Package nl.colorize.multimedialib.tool
Class Demo3D
- java.lang.Object
-
- nl.colorize.multimedialib.tool.Demo3D
-
-
Field Summary
Fields Modifier and Type Field Description static intCANVAS_HEIGHTstatic intCANVAS_WIDTH
-
Constructor Summary
Constructors Constructor Description Demo3D()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrender(Application app, GraphicsContext2D graphics)voidstart(Application app)Initiallization logic that should be performed every time the scene is started.voidupdate(Application app, float deltaTime)
-
-
-
Field Detail
-
CANVAS_WIDTH
public static final int CANVAS_WIDTH
- See Also:
- Constant Field Values
-
CANVAS_HEIGHT
public static final int CANVAS_HEIGHT
- See Also:
- Constant Field Values
-
-
Method Detail
-
start
public void start(Application app)
Description copied from interface:SceneInitiallization logic that should be performed every time the scene is started. This method is called by the application that contains the scene.
-
update
public void update(Application app, float deltaTime)
-
render
public void render(Application app, GraphicsContext2D graphics)
-
-