Contains classes that create or modify LandSerf's 3d viewing user interface.
The main GUI window for the 3d viewer is GUI3d
. The main OpenGL rendering is handled
in SurfaceRenderer
. These and several other classes in this package use the
jogl
OpenGL bindings to make OpenGL calls.