Package com.jme3.scene
Interface CollisionData
- All Known Implementing Classes:
BIHTree
CollisionData
is an interface that can be used to
do triangle-accurate collision with bounding volumes and rays.-
Method Summary
Modifier and TypeMethodDescriptionint
collideWith
(Collidable other, Matrix4f worldMatrix, BoundingVolume worldBound, CollisionResults results)
-
Method Details
-
collideWith
int collideWith(Collidable other, Matrix4f worldMatrix, BoundingVolume worldBound, CollisionResults results)
-