com.bulletphysics.collision.broadphase
Class DispatcherInfo

java.lang.Object
  extended by com.bulletphysics.collision.broadphase.DispatcherInfo

public class DispatcherInfo
extends Object

Current state of Dispatcher.


Field Summary
 float allowedCcdPenetration
           
 IDebugDraw debugDraw
           
 DispatchFunc dispatchFunc
           
 boolean enableSatConvex
           
 boolean enableSPU
           
 int stepCount
           
 float timeOfImpact
           
 float timeStep
           
 boolean useContinuous
           
 boolean useEpa
           
 
Constructor Summary
DispatcherInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timeStep

public float timeStep

stepCount

public int stepCount

dispatchFunc

public DispatchFunc dispatchFunc

timeOfImpact

public float timeOfImpact

useContinuous

public boolean useContinuous

debugDraw

public IDebugDraw debugDraw

enableSatConvex

public boolean enableSatConvex

enableSPU

public boolean enableSPU

useEpa

public boolean useEpa

allowedCcdPenetration

public float allowedCcdPenetration
Constructor Detail

DispatcherInfo

public DispatcherInfo()