Class NVTexgenReflection

java.lang.Object
org.lwjgl.opengl.NVTexgenReflection

public final class NVTexgenReflection extends Object
Native bindings to the NV_texgen_reflection extension.

This extension provides two new texture coordinate generation modes that are useful texture-based lighting and environment mapping.

  • Field Details

    • GL_NORMAL_MAP_NV

      public static final int GL_NORMAL_MAP_NV
      Accepted by the param parameter of TexGend, TexGenf, TexGeni when pname parameter is TEXTURE_GEN_MODE
      See Also:
    • GL_REFLECTION_MAP_NV

      public static final int GL_REFLECTION_MAP_NV
      Accepted by the param parameter of TexGend, TexGenf, TexGeni when pname parameter is TEXTURE_GEN_MODE
      See Also: