mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-23 00:23:46 +00:00
Adds a format scale multiplier for shape formats that use a default unit other than meters.
This commit is contained in:
parent
340adae967
commit
76550a5859
6 changed files with 38 additions and 4 deletions
|
|
@ -172,6 +172,7 @@ TSShapeConstructor::TSShapeConstructor()
|
|||
mOptions.removeRedundantMats = true;
|
||||
mOptions.animTiming = ColladaUtils::ImportOptions::Seconds;
|
||||
mOptions.animFPS = 30;
|
||||
mOptions.formatScaleFactor = 1.0f;
|
||||
|
||||
mShape = NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue