Package 

Enum Camera.Projection

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum Camera.Projection
    
                        

    Denotes the projection type used by this camera.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      PERSPECTIVE

      Perspective projection, objects get smaller as they are farther.

      ORTHO

      Orthonormal projection, preserves distances.

    • Method Summary

      Modifier and Type Method Description
      static Array<Camera.Projection> values()
      static Camera.Projection valueOf(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait