mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 06:34:36 +00:00
Assimp Import Axis
Build a matrix to fix the assimp import to be zup yforward
This commit is contained in:
parent
b919ab50ed
commit
a716107dd2
3 changed files with 81 additions and 2 deletions
|
|
@ -120,6 +120,7 @@ namespace ColladaUtils
|
|||
eAnimTimingType animTiming; // How to import timing data as frames, seconds or milliseconds
|
||||
S32 animFPS; // FPS value to use if timing is set in frames and the animations does not have an fps set
|
||||
F32 formatScaleFactor; // Scale factor applied to convert the shape format default unit to meters
|
||||
MatrixF axisCorrectionMat;
|
||||
|
||||
ImportOptions()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue