Package com.ardor3d.example.renderer
Class ViewportExample
java.lang.Object
com.ardor3d.example.ExampleBase
com.ardor3d.example.renderer.ViewportExample
Illustrates the Camera class, which represents a view into a 3d scene and how that view should map to a 2D rendering
surface.
-
Field Summary
Fields inherited from class com.ardor3d.example.ExampleBase
_canvas, _controlHandle, _doShot, _exit, _frameHandler, _lightState, _logicalLayer, _minAlphaBits, _minDepthBits, _minStencilBits, _mouseManager, _physicalLayer, _root, _screenShotExp, _settings, _showBounds, _showDepth, _showNormals, _stereo, _timer, _wireframeState, _worldUp, light, QUIT_VM_ON_EXIT
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
static void
protected void
protected void
updateExample
(ReadOnlyTimer timer) Methods inherited from class com.ardor3d.example.ExampleBase
doPick, exit, getAttributes, init, processPicks, quit, renderDebug, renderExample, renderUnto, run, start, update, updateLogicalLayer
-
Constructor Details
-
ViewportExample
public ViewportExample()
-
-
Method Details
-
main
-
updateExample
- Overrides:
updateExample
in classExampleBase
-
initExample
protected void initExample()- Specified by:
initExample
in classExampleBase
-
registerInputTriggers
protected void registerInputTriggers()- Overrides:
registerInputTriggers
in classExampleBase
-