Community Tips and Tricks - Renanse/Ardor3D GitHub Wiki
- GameBase - A good starting point for your own application without using the ExampleBase (requires LWJGL).
- ThirdPersonControl - A modified FirstPersonControl to allow setting the camera behind the protagonist.
- Renanse's Particle Editor - An editor for the Ardor3D particle system.
- Terrain based on Digital Elevation Model - A terrain implementation that uses USGS data.
- Statistics - How to gather scene statistics such as triangle count, framerate, etc.
- Terrain - The new Terrain