04-10-2024, 03:37 AM
I did not go into details.
I found a few users with similar problems and used their solutions.
You can see the link above the code I provided to one of the discussions of the model rotation problem
https://github.com/assimp/assimp/issues/...-875475292
In my case, the problem was solved precisely after placing FixSceneRotation before the TransferDataToScene method.
I found a few users with similar problems and used their solutions.
You can see the link above the code I provided to one of the discussions of the model rotation problem
https://github.com/assimp/assimp/issues/...-875475292
Quote:......new Assimp version already defines the correctRootTransform method that is the same as your FixSceneRotation method
In my case, the problem was solved precisely after placing FixSceneRotation before the TransferDataToScene method.

