feat: T4 add xmodel loader (#989)

* feat: T4 add xmodel loader

* chore: remove unused xmodel related struct from T4

* fix: allocating too little trans for t4

---------

Co-authored-by: Jan Laupetin <[email protected]>
This commit is contained in:
mo
2026-09-04 19:37:24 +02:00
committed by GitHub
co-authored by Jan Laupetin
parent 2569303de4
commit 61fd267b2b
8 changed files with 66 additions and 21 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ using `Linker`):
| PhysConstraints | ✅ | ❌ | |
| DestructibleDef | ❌ | ❌ | |
| XAnimParts | ✅ | ✅ | |
| XModel | ✅ | | Model data can be exported to `XMODEL_EXPORT/XMODEL_BIN`, `OBJ`, `GLB/GLTF`. |
| XModel | ✅ | | Model data can be exported to `XMODEL_EXPORT/XMODEL_BIN`, `OBJ`, `GLB/GLTF`. |
| Material | ✅ | ✅ | |
| MaterialTechniqueSet | ❌ | ❌ | |
| GfxImage | ✅ | ✅ | A few special image encodings are not yet supported. |