public class DynamicTexture extends AbstractTexture
Modifier and Type | Field and Description |
---|---|
private int[] |
dynamicTextureData |
private int |
height |
private int |
width |
blur, blurLast, glTextureId, mipmap, mipmapLast
Constructor and Description |
---|
DynamicTexture(java.awt.image.BufferedImage bufferedImage) |
DynamicTexture(int textureWidth,
int textureHeight) |
Modifier and Type | Method and Description |
---|---|
int[] |
getTextureData() |
void |
loadTexture(IResourceManager resourceManager) |
void |
updateDynamicTexture() |
deleteGlTexture, getGlTextureId, restoreLastBlurMipmap, setBlurMipmap, setBlurMipmapDirect
private final int[] dynamicTextureData
private final int width
private final int height
public DynamicTexture(java.awt.image.BufferedImage bufferedImage)
public DynamicTexture(int textureWidth, int textureHeight)
public void loadTexture(IResourceManager resourceManager) throws java.io.IOException
java.io.IOException
public void updateDynamicTexture()
public int[] getTextureData()