update assimp to 6.0.5

This commit is contained in:
AzaezelX 2026-06-09 12:46:56 -05:00
parent 2d2eb57e2e
commit f5cf21cfeb
941 changed files with 22718 additions and 12240 deletions

View file

@ -0,0 +1,40 @@
# 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"