public abstract class AbstractTexture extends java.lang.Object implements ITextureObject
Modifier and Type | Field and Description |
---|---|
protected boolean |
blur |
protected boolean |
blurLast |
protected int |
glTextureId |
protected boolean |
mipmap |
protected boolean |
mipmapLast |
Constructor and Description |
---|
AbstractTexture() |
Modifier and Type | Method and Description |
---|---|
void |
deleteGlTexture() |
int |
getGlTextureId() |
void |
restoreLastBlurMipmap() |
void |
setBlurMipmap(boolean blurIn,
boolean mipmapIn) |
void |
setBlurMipmapDirect(boolean blurIn,
boolean mipmapIn) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
loadTexture
protected int glTextureId
protected boolean blur
protected boolean mipmap
protected boolean blurLast
protected boolean mipmapLast
public void setBlurMipmapDirect(boolean blurIn, boolean mipmapIn)
public void setBlurMipmap(boolean blurIn, boolean mipmapIn)
setBlurMipmap
in interface ITextureObject
public void restoreLastBlurMipmap()
restoreLastBlurMipmap
in interface ITextureObject
public int getGlTextureId()
getGlTextureId
in interface ITextureObject
public void deleteGlTexture()