Tagged Questions
2
votes
1answer
518 views
Triangle accuracy picking for animated models in XNA
I can do picking with triangle-accuracy for non-animated models, but I also have animated models in my game. How do I do picking on animated models?
I use code based on this project for animation.
...