Maven module :
un.engine : engine-opengl :
Class :
un.engine.opengl.animation.Updater
Extends/Implements :
-
Subclasses :
-
Before calling the display method on the GL scene.
A first iteration if made on all scene node, notifying the associated Updaters of each node.
This can be used for animations or informations display (FPS,...).
author
Johann Sorel
Variables :
-
Functions :
update
void
update
(RenderContext context, GLNode node)
A first iteration if made on all scene node, notifying the associated Updaters of each node.
This can be used for animations or informations display (FPS,...).
author Johann Sorel