Tagged Questions
4
votes
1answer
218 views
How to program a cutting tool for 3D model in game
I'm looking for a resource to figure out how to program a function to cut a 3d model in game.
Example: Enemy/NPC is sliced into 2 pieces with a sword. His body is not hollow, you can see bloody ...
2
votes
1answer
2k views
Custom effects on Model in XNA
If I have a Model that is drawn with a different effect occasionally, what is the typical approach to this?
Models have effects stored in each of their meshes, and you seem to be forced to use those.
...