XNA- Transforming children
- by user1806687
So, I have a Model stored in MyModel, that is made from three meshes. If you loop thrue MyModel.Meshes the first two are children of the third one. And was just wondering, if anyone could tell me where is the problem with my code.
This method is called whenever I want to programmaticly change the position of a whole model:
public void…