Mahdi_Nine
Mahdi_Nine

Reputation: 14761

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.

Upvotes: 1

Views: 613

Answers (1)

trashgod
trashgod

Reputation: 205885

I've not tried it, but the example in Collision Detection with Java3D looks instructive.

Upvotes: 2

Related Questions