mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-06-30 17:24:34 +00:00
40 lines
358 B
Text
40 lines
358 B
Text
# OBJ
|
|
"v "
|
|
"vn "
|
|
"vt "
|
|
"f "
|
|
"mtllib "
|
|
"usemtl "
|
|
|
|
# GLTF (JSON)
|
|
"asset"
|
|
"scene"
|
|
"scenes"
|
|
"nodes"
|
|
"meshes"
|
|
"accessors"
|
|
"bufferViews"
|
|
"buffers"
|
|
|
|
# PLY
|
|
"ply"
|
|
"format"
|
|
"element"
|
|
"property"
|
|
"vertex"
|
|
"face"
|
|
|
|
# STL
|
|
"solid"
|
|
"facet"
|
|
"normal"
|
|
"outer loop"
|
|
"vertex"
|
|
"endloop"
|
|
"endfacet"
|
|
"endsolid"
|
|
|
|
# Collada (XML)
|
|
"COLLADA"
|
|
"library_geometries"
|
|
"library_visual_scenes"
|