Uses of Interface
org.xith3d.loop.RenderLoopController

Packages that use RenderLoopController
org.xith3d.loop   
org.xith3d.ui.hud.widgets.assemblies   
 

Uses of RenderLoopController in org.xith3d.loop
 

Classes in org.xith3d.loop that implement RenderLoopController
 class InputAdapterRenderLoop
          This loop renders the scene in the same or a separate Thread.
 class RenderLoop
          This loop renders the scene in a separate thread.
 

Uses of RenderLoopController in org.xith3d.ui.hud.widgets.assemblies
 

Methods in org.xith3d.ui.hud.widgets.assemblies that return RenderLoopController
 RenderLoopController LoadingScreen.getRenderLoopController()
           
 

Methods in org.xith3d.ui.hud.widgets.assemblies with parameters of type RenderLoopController
 void LoadingScreen.setRenderLoopController(RenderLoopController rlc)
          Sets the RenderLoopController, that is invoked each update.