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.