Assimp Import Axis

Build a matrix to fix the assimp import to be zup yforward
This commit is contained in:
marauder2k7 2025-12-10 04:50:58 +00:00
parent b919ab50ed
commit a716107dd2
3 changed files with 81 additions and 2 deletions

View file

@ -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()
{