- moved to subfolder test/models - removed the 'Files' suffix from the directories. git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@263 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
9 lines
184 B
Plaintext
9 lines
184 B
Plaintext
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 |