Package com.ardor3d.example.interact
Class TerrainInteractExample
java.lang.Object
com.ardor3d.example.ExampleBase
com.ardor3d.example.interact.TerrainInteractExample
Example showing interact widgets with the Geometry Clipmap Terrain system. Requires GLSL support.
-
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
Initialize pssm pass and scene.static void
protected void
renderExample
(Renderer renderer) protected void
updateExample
(ReadOnlyTimer timer) protected void
updateLogicalLayer
(ReadOnlyTimer timer) Methods inherited from class com.ardor3d.example.ExampleBase
doPick, exit, getAttributes, init, processPicks, quit, registerInputTriggers, renderDebug, renderUnto, run, start, update
-
Constructor Details
-
TerrainInteractExample
public TerrainInteractExample()
-
-
Method Details
-
main
-
updateExample
- Overrides:
updateExample
in classExampleBase
-
updateLogicalLayer
- Overrides:
updateLogicalLayer
in classExampleBase
-
renderExample
- Overrides:
renderExample
in classExampleBase
-
initExample
protected void initExample()Initialize pssm pass and scene.- Specified by:
initExample
in classExampleBase
-