Package nl.colorize.multimedialib.tool
Class DemoIsometric
java.lang.Object
nl.colorize.multimedialib.tool.DemoIsometric
- All Implemented Interfaces:
Scene
Demo application that displays isometric "pseudo-3D" or "2.5D" graphics
using the 2D renderer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstart(SceneContext context) Initialization logic that should be performed when the scene is started.voidupdate(SceneContext context, float deltaTime) Called during every frame update for as long as the scene is active.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface nl.colorize.multimedialib.scene.Scene
end, isCompleted
-
Constructor Details
-
DemoIsometric
public DemoIsometric()
-
-
Method Details
-
start
Description copied from interface:SceneInitialization logic that should be performed when the scene is started. Note that this method is called *every* time the scene is started, not just the first time.This method is optional, the default implementation does nothing.
-
update
Description copied from interface:SceneCalled during every frame update for as long as the scene is active.deltaTimeindicates the elapsed time since the last frame, in seconds.
-