mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-07-19 14:30:37 +00:00
feat: T4 and T5 physconstraints dumping (#879)
* feat: T4 and T5 physconstraints dumping * chore: small style adjustments --------- Co-authored-by: Jan Laupetin <[email protected]>
This commit is contained in:
@@ -128,7 +128,7 @@ using `Linker`):
|
||||
| Asset Type | Dumping Support | Loading Support | Notes |
|
||||
|----------------------|-----------------|-----------------|------------------------------------------------------------------------------|
|
||||
| PhysPreset | ❌ | ❌ | |
|
||||
| PhysConstraints | ❌ | ❌ | |
|
||||
| PhysConstraints | ✅ | ❌ | |
|
||||
| DestructibleDef | ❌ | ❌ | |
|
||||
| XAnimParts | ✅ | ✅ | |
|
||||
| XModel | ✅ | ❌ | Model data can be exported to `XMODEL_EXPORT/XMODEL_BIN`, `OBJ`, `GLB/GLTF`. |
|
||||
@@ -161,7 +161,7 @@ using `Linker`):
|
||||
| Asset Type | Dumping Support | Loading Support | Notes |
|
||||
|----------------------|-----------------|-----------------|------------------------------------------------------------------------------|
|
||||
| PhysPreset | ✅ | ✅ | |
|
||||
| PhysConstraints | ❌ | ❌ | |
|
||||
| PhysConstraints | ✅ | ❌ | |
|
||||
| DestructibleDef | ❌ | ❌ | |
|
||||
| XAnimParts | ✅ | ✅ | |
|
||||
| XModel | ✅ | ✅ | Model data can be exported to `XMODEL_EXPORT/XMODEL_BIN`, `OBJ`, `GLB/GLTF`. |
|
||||
|
||||
Reference in New Issue
Block a user