public class LayeredTexture extends Texture
Modifier and Type | Field and Description |
---|---|
java.util.List<java.lang.String> |
layeredTextureNames |
private static org.apache.logging.log4j.Logger |
LOGGER |
blur, glTextureId, mipmap
Constructor and Description |
---|
LayeredTexture(java.lang.String... textureNames) |
Modifier and Type | Method and Description |
---|---|
private void |
loadImage(NativeImage imageIn) |
void |
loadTexture(IResourceManager manager) |
bindTexture, deleteGlTexture, getGlTextureId, loadTexture, restoreLastBlurMipmap, setBlurMipmap, setBlurMipmapDirect
private static final org.apache.logging.log4j.Logger LOGGER
public final java.util.List<java.lang.String> layeredTextureNames
public void loadTexture(IResourceManager manager) throws java.io.IOException
loadTexture
in class Texture
java.io.IOException
private void loadImage(NativeImage imageIn)