Package gaiasky.render.system
Interface AbstractRenderSystem.RenderSystemRunnable
-
- All Known Implementing Classes:
LightPositionUpdater
- Enclosing class:
- AbstractRenderSystem
public static interface AbstractRenderSystem.RenderSystemRunnable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(AbstractRenderSystem renderSystem, java.util.List<IRenderable> renderables, ICamera camera)
-
-
-
Method Detail
-
run
void run(AbstractRenderSystem renderSystem, java.util.List<IRenderable> renderables, ICamera camera)
-
-