Package com.ardor3d.example.interact
Class InteractExample
java.lang.Object
com.ardor3d.example.ExampleBase
com.ardor3d.example.interact.InteractExample
An example illustrating the use of the interact framework.
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidstatic voidprotected voidprocessPicks(PrimitivePickResults pickResults) protected voidrenderExample(Renderer renderer) static voidprotected voidupdateExample(ReadOnlyTimer timer) protected voidupdateLogicalLayer(ReadOnlyTimer timer) Methods inherited from class com.ardor3d.example.ExampleBase
doPick, exit, getAttributes, init, quit, registerInputTriggers, renderDebug, renderUnto, run, start, update
-
Constructor Details
-
InteractExample
public InteractExample()
-
-
Method Details
-
main
-
updateExample
- Overrides:
updateExamplein classExampleBase
-
renderExample
- Overrides:
renderExamplein classExampleBase
-
initExample
protected void initExample()- Specified by:
initExamplein classExampleBase
-
updateLogicalLayer
- Overrides:
updateLogicalLayerin classExampleBase
-
setupCursors
public static void setupCursors() -
processPicks
- Overrides:
processPicksin classExampleBase
-