mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-17 21:53:47 +00:00
Just the functional assimp lib rather than the entire assimp repository unnecessarily.
This commit is contained in:
parent
0f7641a282
commit
e9ea38eda3
1747 changed files with 9012 additions and 925008 deletions
|
|
@ -103,6 +103,7 @@ MODULE_BEGIN( AssimpShapeLoader )
|
|||
TSShapeLoader::addFormat("3D GameStudio (3DGS)", "mdl");
|
||||
TSShapeLoader::addFormat("3D GameStudio (3DGS) Terrain", "hmp");
|
||||
TSShapeLoader::addFormat("Izware Nendo", "ndo");
|
||||
TSShapeLoader::addFormat("gltf", "gltf");
|
||||
}
|
||||
MODULE_END;
|
||||
|
||||
|
|
@ -337,7 +338,7 @@ TSShape* assimpLoadShape(const Torque::Path &path)
|
|||
return tss;
|
||||
}
|
||||
|
||||
DefineConsoleFunction(GetShapeInfo, GuiTreeViewCtrl*, (String filePath), ,
|
||||
DefineEngineFunction(GetShapeInfo, GuiTreeViewCtrl*, (String filePath), ,
|
||||
"Returns a list of supported shape formats in filter form.\n"
|
||||
"Example output: DSQ Files|*.dsq|COLLADA Files|*.dae|")
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue