Does Java 3D provide any built in support for collision detection between two or more objects?
Created May 4, 2012
Bill Day Yes, Java 3D does provide for collision detection
functionality in its API. As a starting point, I would suggest reviewing the
getCollidable
and setCollidable
methods on the Node
object.
Documentation is available at:
java.sun.com/products/java-media/3D