Package 

Enum LightManager.Type

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

    
    public enum LightManager.Type
    
                        

    Denotes the type of the light being created.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      SUN

      Directional light that also draws a sun's disk in the sky.

      DIRECTIONAL

      Directional light, emits light in a given direction.

      POINT

      Point light, emits light from a position, in all directions.

      FOCUSED_SPOT

      Physically correct spot light.

      SPOT

      Spot light with coupling of outer cone and illumination disabled.