Package org.lwjgl.opengl
Class NVTexgenReflection
- java.lang.Object
-
- org.lwjgl.opengl.NVTexgenReflection
-
public final class NVTexgenReflection extends java.lang.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 Summary
Fields Modifier and Type Field and Description static int
GL_NORMAL_MAP_NV
GL_REFLECTION_MAP_NVAccepted by theparam
parameter of TexGend, TexGenf, TexGeni whenpname
parameter is TEXTURE_GEN_MODE
-
-
-
Field Detail
-
GL_NORMAL_MAP_NV, GL_REFLECTION_MAP_NV
Accepted by theparam
parameter of TexGend, TexGenf, TexGeni whenpname
parameter is TEXTURE_GEN_MODE
-
-