> Is there a command to reorient the 3d display back the 0,0 viewpoint Try protected ProjectionControl projection; ... projection=display.getProjectionControl(); ... projection.resetProjection();
visad