Package com.jme3.bullet.collision
package com.jme3.bullet.collision
Classes and interfaces associated with physics-oriented collision detection
and ray/sweep tests.
-
ClassDescriptionNamed activation states for use with a PhysicsCollisionObject.Named anisotropic friction modes for use with a PhysicsCollisionObject.Named collision flags for a PhysicsCollisionObject.Interface to receive immediate notifications when 2 collision objects come into contact.Named flags for a PhysicsCollisionEvent.Utility class to access fields of Bullet's
btManifoldPoint
class.Named constants for types of PhysicsCollisionObject.Utility class to access fields of Bullet'sbtPersistentManifold
class.Describe a point of contact between 2 collision objects in a PhysicsSpace, based on Bullet's btManifoldPoint.Interface to receive notifications when 2 collision objects collide.The abstract base class for collision objects based on Bullet'sbtCollisionObject
.Represent the results of a Bullet ray test.Represent the results of a Bullet sweep test.