Package org.lwjgl.opengl
Class NVTexgenReflection
java.lang.Object
org.lwjgl.opengl.NVTexgenReflection
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
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by theparamparameter of TexGend, TexGenf, TexGeni whenpnameparameter is TEXTURE_GEN_MODEstatic final intAccepted by theparamparameter of TexGend, TexGenf, TexGeni whenpnameparameter is TEXTURE_GEN_MODE -
Method Summary
-
Field Details
-
GL_NORMAL_MAP_NV
public static final int GL_NORMAL_MAP_NVAccepted by theparamparameter of TexGend, TexGenf, TexGeni whenpnameparameter is TEXTURE_GEN_MODE- See Also:
-
GL_REFLECTION_MAP_NV
public static final int GL_REFLECTION_MAP_NVAccepted by theparamparameter of TexGend, TexGenf, TexGeni whenpnameparameter is TEXTURE_GEN_MODE- See Also:
-