Class APPLEClipDistance



  • public final class APPLEClipDistance
    extends java.lang.Object
    Native bindings to the APPLE_clip_distance extension.

    This extension adds support for hardware clip planes to OpenGL ES 2.0 and 3.0. These were present in OpenGL ES 1.1, but were removed to better match certain hardware. Since they're useful for certain applications, notable CAD, we return them here.

    Requires GLES 2.0.

    • Field Detail

      • GL_MAX_CLIP_DISTANCES_APPLE

        public static final int GL_MAX_CLIP_DISTANCES_APPLE
        ccepted by the pname parameters of GetBooleanv, GetIntegerv, GetInteger64v, and GetFloatv.
        See Also:
        Constant Field Values
      • GL_CLIP_DISTANCE0_APPLE

        public static final int GL_CLIP_DISTANCE0_APPLE
        Accepted by the pname parameters of Enable, Disable and IsEnabled.
        See Also:
        Constant Field Values
      • GL_CLIP_DISTANCE1_APPLE

        public static final int GL_CLIP_DISTANCE1_APPLE
        Accepted by the pname parameters of Enable, Disable and IsEnabled.
        See Also:
        Constant Field Values
      • GL_CLIP_DISTANCE2_APPLE

        public static final int GL_CLIP_DISTANCE2_APPLE
        Accepted by the pname parameters of Enable, Disable and IsEnabled.
        See Also:
        Constant Field Values
      • GL_CLIP_DISTANCE3_APPLE

        public static final int GL_CLIP_DISTANCE3_APPLE
        Accepted by the pname parameters of Enable, Disable and IsEnabled.
        See Also:
        Constant Field Values
      • GL_CLIP_DISTANCE4_APPLE

        public static final int GL_CLIP_DISTANCE4_APPLE
        Accepted by the pname parameters of Enable, Disable and IsEnabled.
        See Also:
        Constant Field Values
      • GL_CLIP_DISTANCE5_APPLE

        public static final int GL_CLIP_DISTANCE5_APPLE
        Accepted by the pname parameters of Enable, Disable and IsEnabled.
        See Also:
        Constant Field Values
      • GL_CLIP_DISTANCE6_APPLE

        public static final int GL_CLIP_DISTANCE6_APPLE
        Accepted by the pname parameters of Enable, Disable and IsEnabled.
        See Also:
        Constant Field Values
      • GL_CLIP_DISTANCE7_APPLE

        public static final int GL_CLIP_DISTANCE7_APPLE
        Accepted by the pname parameters of Enable, Disable and IsEnabled.
        See Also:
        Constant Field Values