how to recognize collision between shapes
I want to write a program in which I must recognize whether shapes collide together or not. I suspect that I must use class WakeupOnCollisionEntry
,开发者_开发技巧 but I don't know how. Please help me.
I've not tried it, but the example in Collision Detection with Java3D looks instructive.
精彩评论