mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-25 14:25:38 +00:00
* Adjustment: Initial CMake reworking.
This commit is contained in:
parent
516163fd5d
commit
d7cdf54661
5394 changed files with 2615532 additions and 8711 deletions
BIN
Engine/lib/assimp/test/models/STL/3DSMaxExport.STL
Normal file
BIN
Engine/lib/assimp/test/models/STL/3DSMaxExport.STL
Normal file
Binary file not shown.
9578
Engine/lib/assimp/test/models/STL/Spider_ascii.stl
Normal file
9578
Engine/lib/assimp/test/models/STL/Spider_ascii.stl
Normal file
File diff suppressed because it is too large
Load diff
BIN
Engine/lib/assimp/test/models/STL/Spider_binary.stl
Normal file
BIN
Engine/lib/assimp/test/models/STL/Spider_binary.stl
Normal file
Binary file not shown.
BIN
Engine/lib/assimp/test/models/STL/Wuson.stl
Normal file
BIN
Engine/lib/assimp/test/models/STL/Wuson.stl
Normal file
Binary file not shown.
9
Engine/lib/assimp/test/models/STL/formatDetection
Normal file
9
Engine/lib/assimp/test/models/STL/formatDetection
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
solid testTriangle
|
||||
facet normal 0.0 0.0 1.0
|
||||
outer loop
|
||||
vertex 1.0 1.0 0.0
|
||||
vertex -1.0 1.0 0.0
|
||||
vertex 0.0 -1.0 0.0
|
||||
endloop
|
||||
endfacet
|
||||
endsolid
|
||||
1997
Engine/lib/assimp/test/models/STL/sphereWithHole.stl
Normal file
1997
Engine/lib/assimp/test/models/STL/sphereWithHole.stl
Normal file
File diff suppressed because it is too large
Load diff
9
Engine/lib/assimp/test/models/STL/triangle.stl
Normal file
9
Engine/lib/assimp/test/models/STL/triangle.stl
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
solid testTriangle
|
||||
facet normal 0.0 0.0 1.0
|
||||
outer loop
|
||||
vertex 1.0 1.0 0.0
|
||||
vertex -1.0 1.0 0.0
|
||||
vertex 0.0 -1.0 0.0
|
||||
endloop
|
||||
endfacet
|
||||
endsolid
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
solid testTriangle
|
||||
facet normal 0.0 0.0 1.0
|
||||
outer loop
|
||||
vertex 1.0 1.0 0.0
|
||||
vertex -1.0 1.0 0.0
|
||||
vertex 0.0 -1.0 0.0
|
||||
endloop
|
||||
endfacet
|
||||
endsolid
|
||||
solid emptySolid
|
||||
endsolid
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
solid testTriangle_1
|
||||
facet normal 0.0 0.0 1.0
|
||||
outer loop
|
||||
vertex 1.0 1.0 0.0
|
||||
vertex -1.0 1.0 0.0
|
||||
vertex 0.0 -1.0 0.0
|
||||
endloop
|
||||
endfacet
|
||||
endsolid
|
||||
solid testTriangle_2
|
||||
facet normal 0.0 0.0 1.0
|
||||
outer loop
|
||||
vertex 3.0 3.0 0.0
|
||||
vertex 2.0 3.0 0.0
|
||||
vertex 0.0 2.0 0.0
|
||||
endloop
|
||||
endfacet
|
||||
endsolid
|
||||
Loading…
Add table
Add a link
Reference in a new issue