dont autoconfig up axis set it explicitly for the formats

This commit is contained in:
marauder2k7 2024-12-10 16:46:29 +00:00
parent 28fcb8d68b
commit 5beef47b23
3 changed files with 30 additions and 56 deletions

View file

@ -96,7 +96,9 @@ MatrixF AssimpAppNode::getTransform(F32 time)
{
// Check if we can use the last computed transform
if (time == mLastTransformTime)
{
return mLastTransform;
}
if (appParent) {
// Get parent node's transform