NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

Re: reorient 3d display with out mouse

> Is there a command to reorient the 3d display back the 0,0 viewpoint

Try

   protected ProjectionControl projection;
   ...
   projection=display.getProjectionControl();
   ...
   projection.resetProjection();