static void net.minecraft.client.renderer.OpenGlHelper.initializeTextures |
( |
) | |
|
|
static |
Initializes the texture constants to be used when rendering lightmap values
static void net.minecraft.client.renderer.OpenGlHelper.setActiveTexture |
( |
int |
par0) | |
|
|
static |
Sets the current lightmap texture to the specified OpenGL constant
static void net.minecraft.client.renderer.OpenGlHelper.setClientActiveTexture |
( |
int |
par0) | |
|
|
static |
Sets the current lightmap texture to the specified OpenGL constant
static void net.minecraft.client.renderer.OpenGlHelper.setLightmapTextureCoords |
( |
int |
par0, |
|
|
float |
par1, |
|
|
float |
par2 |
|
) |
| |
|
static |
Sets the current coordinates of the given lightmap texture
int net.minecraft.client.renderer.OpenGlHelper.defaultTexUnit |
|
static |
An OpenGL constant corresponding to GL_TEXTURE0, used when setting data pertaining to auxiliary OpenGL texture units.
float net.minecraft.client.renderer.OpenGlHelper.lastBrightnessX = 0.0f |
|
static |
float net.minecraft.client.renderer.OpenGlHelper.lastBrightnessY = 0.0f |
|
static |
int net.minecraft.client.renderer.OpenGlHelper.lightmapTexUnit |
|
static |
An OpenGL constant corresponding to GL_TEXTURE1, used when setting data pertaining to auxiliary OpenGL texture units.
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/net/minecraft/client/renderer/OpenGlHelper.java