Uses of Interface
org.xith3d.loop.FPSLimiter

Packages that use FPSLimiter
org.xith3d.loop   
 

Uses of FPSLimiter in org.xith3d.loop
 

Classes in org.xith3d.loop that implement FPSLimiter
 class DefaultFPSLimiter
          The default implementation of FPSLimiter.
 class SmoothFPSLimiter
          The SmoothFPSLimiter is an implementation of FPSLimiter, that guarantees the movement to be smoothed at the cost of 100% (virtual) CPU load.
 

Methods in org.xith3d.loop that return FPSLimiter
 FPSLimiter UpdatingThread.getFPSLimiter()
           
 

Methods in org.xith3d.loop with parameters of type FPSLimiter
 void UpdatingThread.setFPSLimiter(FPSLimiter fpsLimiter)
          Sets the FPSLimiter capable of limiting the FPS/iteration time.