Package com.ardor3d.example.renderer
Class GeneratedTexturesExample
java.lang.Object
com.ardor3d.example.ExampleBase
com.ardor3d.example.renderer.GeneratedTexturesExample
Illustrates the GeneratedImageFactory class and math.functions package, which allow for procedural creation of
textures.
-
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 voidprotected voidrenderExample(Renderer renderer) protected voidupdateExample(ReadOnlyTimer timer) protected voidupdateLogicalLayer(ReadOnlyTimer timer) Methods inherited from class com.ardor3d.example.ExampleBase
doPick, exit, getAttributes, init, processPicks, quit, renderDebug, renderUnto, run, start, update
-
Constructor Details
-
GeneratedTexturesExample
public GeneratedTexturesExample()
-
-
Method Details
-
main
-
updateExample
- Overrides:
updateExamplein classExampleBase
-
updateLogicalLayer
- Overrides:
updateLogicalLayerin classExampleBase
-
renderExample
- Overrides:
renderExamplein classExampleBase
-
initExample
protected void initExample()- Specified by:
initExamplein classExampleBase
-
registerInputTriggers
protected void registerInputTriggers()- Overrides:
registerInputTriggersin classExampleBase
-