hmi.environment
Class ElckerlycDemoEnvironment.PhysCallback

java.lang.Object
  extended by hmi.environment.ElckerlycDemoEnvironment.PhysCallback
All Implemented Interfaces:
PhysicsCallback
Enclosing class:
ElckerlycDemoEnvironment

 class ElckerlycDemoEnvironment.PhysCallback
extends Object
implements PhysicsCallback

Called by the anmiationplayermanager to make one simulation step in the physical world


Constructor Summary
ElckerlycDemoEnvironment.PhysCallback()
           
 
Method Summary
 void time(float timeDiff)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElckerlycDemoEnvironment.PhysCallback

ElckerlycDemoEnvironment.PhysCallback()
Method Detail

time

public void time(float timeDiff)
Specified by:
time in interface PhysicsCallback