mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-05-08 06:46:10 +00:00
Groundwork
Adds the same sort of model for registering loaders and exporters as is set out on gbitmap Added a bit more safety around the assimp matrix fix to convert incoming models to torques coordinate system.
This commit is contained in:
parent
8407fa360c
commit
ee04b0cf15
9 changed files with 238 additions and 358 deletions
|
|
@ -36,11 +36,9 @@ MODULE_BEGIN( ShapeLoader )
|
|||
MODULE_INIT
|
||||
{
|
||||
TSShapeLoader::addFormat("Torque DTS", "dts");
|
||||
TSShapeLoader::addFormat("Torque DSQ", "dsq");
|
||||
}
|
||||
MODULE_END;
|
||||
|
||||
bool gTryUseDSQs = false;
|
||||
const F32 TSShapeLoader::DefaultTime = -1.0f;
|
||||
const F64 TSShapeLoader::MinFrameRate = 15.0f;
|
||||
const F64 TSShapeLoader::MaxFrameRate = 60.0f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue