public class DynamicTexture extends AbstractTexture
glTextureId
Constructor and Description |
---|
DynamicTexture(java.awt.image.BufferedImage p_i1270_1_) |
DynamicTexture(int p_i1271_1_,
int p_i1271_2_) |
Modifier and Type | Method and Description |
---|---|
int[] |
getTextureData() |
void |
loadTexture(IResourceManager p_110551_1_) |
void |
updateDynamicTexture() |
deleteGlTexture, getGlTextureId
public DynamicTexture(java.awt.image.BufferedImage p_i1270_1_)
public DynamicTexture(int p_i1271_1_, int p_i1271_2_)
public void loadTexture(IResourceManager p_110551_1_) throws java.io.IOException
java.io.IOException
public void updateDynamicTexture()
public int[] getTextureData()