Package com.ardor3d.example.renderer
Class MandelbrotExplorerExample
java.lang.Object
com.ardor3d.example.ExampleBase
com.ardor3d.example.renderer.MandelbrotExplorerExample
Illustrates the MandelbrotFunction3D class, which allow for procedural creation of the famous Mandelbrot set.
-
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 TypeMethodDescriptionA scene should be able to handle a pick execution as it is the only thing that has a complete picture of the scenegraph(s).protected void
static void
protected void
Methods inherited from class com.ardor3d.example.ExampleBase
exit, getAttributes, init, processPicks, quit, renderDebug, renderExample, renderUnto, run, start, update, updateExample, updateLogicalLayer
-
Constructor Details
-
MandelbrotExplorerExample
public MandelbrotExplorerExample()
-
-
Method Details
-
main
-
initExample
protected void initExample()- Specified by:
initExample
in classExampleBase
-
doPick
Description copied from interface:Scene
A scene should be able to handle a pick execution as it is the only thing that has a complete picture of the scenegraph(s).- Specified by:
doPick
in interfaceScene
- Overrides:
doPick
in classExampleBase
- Parameters:
pickRay
- the pick ray- Returns:
- the pick results
-
registerInputTriggers
protected void registerInputTriggers()- Overrides:
registerInputTriggers
in classExampleBase
-