Package com.jme3.collision
package com.jme3.collision
scene-based (non-physics) collision detection
-
ClassDescriptionInterface for Collidable objects.A
CollisionResult
represents a single collision instance between twoCollidable
.CollisionResults
is a collection returned as a result of a collision detection operation done byCollidable
.Thrown byCollidable
when the requested collision query could not be completed because one of the collidables does not support colliding with the other.