Tagged Questions
4
votes
1answer
559 views
Problem with DirectX scene-graph
I'm trying to implement a basic scene graph in DirectX using C++. I am using a left child-right sibling binary tree to do this.
I'm having trouble updating each node's world transformation relative to ...