Flight Club


flightclub.framework3d
Interface ClockObserver

All Known Implementing Classes:
Cloud, LiftManager, ModelViewer, flightclub.client.Particle, ThermalTrigger

public interface ClockObserver

This interface is for objects that do stuff when the clock ticks. We pass the current model time and the amount of model time until the next tick each time we call tick.


Method Summary
 void tick(float t, float dt)
           
 

Method Detail

tick

public void tick(float t,
                 float dt)

Dan Burton <danb@dircon.co.uk> | latest update: 20 Sep 2002;