The classes here are designed to work with any {@link javax.media.j3d.Canvas3D} to provide fast navigation. These classes do not use the standard behaviour mechanism, instead opting to get the updates directly from the Java AWT system instead.
Apart from the basic navigation code, a set of convenience toolbars are
provided that interact with the normal world. These use images from the
config area in the navigation
sub-directory. Once this code is
working nicely, some examples and nice looking pictures will be added here.
A complete tutorial and write up of the terrain following code can be found on the j3d.org Collision Detection Tutorial and further information in the j3d.org Code Repository Navigation Implementation document.