Package com.ardor3d.example.renderer
Class MultiStripExample
java.lang.Object
com.ardor3d.example.ExampleBase
com.ardor3d.example.renderer.MultiStripExample
Illustrates mesh with several primitives (i.e. strip, quad, triangle).
-
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 voidSets up a mesh with several sub primitives (strip, quad, triangle)static voidprotected voidprocessPicks(PrimitivePickResults pickResults) Methods inherited from class com.ardor3d.example.ExampleBase
doPick, exit, getAttributes, init, quit, registerInputTriggers, renderDebug, renderExample, renderUnto, run, start, update, updateExample, updateLogicalLayer
-
Constructor Details
-
MultiStripExample
public MultiStripExample()
-
-
Method Details
-
main
-
processPicks
- Overrides:
processPicksin classExampleBase
-
initExample
protected void initExample()Sets up a mesh with several sub primitives (strip, quad, triangle)- Specified by:
initExamplein classExampleBase
-