mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
dont autoconfig up axis set it explicitly for the formats
This commit is contained in:
parent
28fcb8d68b
commit
5beef47b23
3 changed files with 30 additions and 56 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue