Class SCNInteractionMode


  • public final class SCNInteractionMode
    extends java.lang.Object
    SCNInteractionMode specify the behavior of the camera relative to screen space interactions.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Fly
      Relative to up vector.
      static long OrbitAngleMapping
      rotate around target by mapping 2D screen coordinates to spherical coordinates.
      static long OrbitArcball
      rotate around target by mapping 2D screen coordinates to an half sphere.
      static long OrbitCenteredArcball  
      static long OrbitTurntable
      rotate around target with absolute orientation from angles accumulation.
      static long Pan
      camera space translation on X/Y
      static long Truck
      camera space translation on X/Z
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • OrbitTurntable

        public static final long OrbitTurntable
        rotate around target with absolute orientation from angles accumulation.
        See Also:
        Constant Field Values
      • OrbitAngleMapping

        public static final long OrbitAngleMapping
        rotate around target by mapping 2D screen coordinates to spherical coordinates.
        See Also:
        Constant Field Values
      • OrbitArcball

        public static final long OrbitArcball
        rotate around target by mapping 2D screen coordinates to an half sphere.
        See Also:
        Constant Field Values