Splitting Mesh or creating model exploding effect [closed]
Is there anyway we can split mesh (exploding mesh effect) in java? Please give me code that is doing this开发者_如何学编程.Thanks in advance
Check out this example in XNA, it uses a shader to achieve the effect you are looking for:
http://create.msdn.com/en-US/education/catalog/sample/shatter
Perhaps you can map the technique to something similar in Java
精彩评论