Class SbSphereSheetProjector

    • Constructor Detail

      • SbSphereSheetProjector

        public SbSphereSheetProjector​(SbSphere sph)
        Calls SbSphereSheetProjector(sph, true).
      • SbSphereSheetProjector

        public SbSphereSheetProjector()
        Calls SbSphereSheetProjector(true).
      • SbSphereSheetProjector

        public SbSphereSheetProjector​(boolean orientToEye)
        Constructor that uses a default sphere centered at the origin with radius 1.0. The orientToEye parameter determines whether the sheet is perpendicular to the eye, or perpendicular to the sphere's Z axis. Setting that parameter to true (the default) specifies that the sheet be perpendicular to the eye, which is most often the desired behavior.

        The default view volume is undefined, and the working space is identity.

      • SbSphereSheetProjector

        public SbSphereSheetProjector​(SbSphere sph,
                                      boolean orientToEye)
        Constructor that uses a supplied sphere. The orientToEye parameter determines whether the sheet is perpendicular to the eye, or perpendicular to the sphere's Z axis. Setting that parameter to true (the default) specifies that the sheet be perpendicular to the eye, which is most often the desired behavior.

        The default view volume is undefined, and the working space is identity.