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, waitloadTextureprotected 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 ITextureObjectpublic void restoreLastBlurMipmap()
restoreLastBlurMipmap in interface ITextureObjectpublic int getGlTextureId()
getGlTextureId in interface ITextureObjectpublic void deleteGlTexture()