Why not EvaluateGlobalTransform at render stage?

Started by
0 comments, last by Kobaktan 6 years, 5 months ago

Hello!

I'm trying to deal with FBX format and FBX SDK, importing fbx into my engine. I'm reading node by node, gathering their transform matricies.

Then, during render process, I will have to apply eache appropriate matrix on eache node, walking through the node's hierarchy. But is it a right way? Why not using "cluster->GetLink()->EvaluateGlobalTransform( Time) " at render stage? Will it be slower? Does it apply interpolation between frames?

This topic is closed to new replies.

Advertisement