Class Viewport

java.lang.Object
All Implemented Interfaces:
SceneChangeListener, MouseListener, MouseMotionListener, MouseWheelListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible
Direct Known Subclasses:
OpenGLPanel

public class Viewport extends App implements SceneChangeListener, MouseListener, MouseMotionListener, MouseWheelListener
Viewport is an JPanel that uses a set of RenderPasses to draw the Registry.getScene() from the perspective of the active Camera. Mouse actions in the panel can be used to manipulate the active camera.
See Also: