Class NVLightMaxExponent



  • public final class NVLightMaxExponent
    extends java.lang.Object
    Native bindings to the NV_light_max_exponent extension.

    Default OpenGL does not permit a shininess or spot exponent over 128.0. This extension permits implementations to support and advertise a maximum shininess and spot exponent beyond 128.0.

    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • GL_MAX_SHININESS_NV

        public static final int GL_MAX_SHININESS_NV
        Accepted by the pname parameters of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev
        See Also:
        Constant Field Values
      • GL_MAX_SPOT_EXPONENT_NV

        public static final int GL_MAX_SPOT_EXPONENT_NV
        Accepted by the pname parameters of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev
        See Also:
        Constant Field Values