hmi.elckerlyc.animationengine
Interface PhysicsCallback

All Known Implementing Classes:
ElckerlycDemoEnvironment.PhysCallback

public interface PhysicsCallback

Callback for to hook up the animation engine with a custom physics engine time step.

Author:
Herwin van Welbergen

Method Summary
 void time(float timeDiff)
           
 

Method Detail

time

void time(float timeDiff)