public interface TextureModel extends NamedModelElement
| Modifier and Type | Method and Description |
|---|---|
ImageModel |
getImageModel()
Returns the
ImageModel that backs this texture |
java.lang.Integer |
getMagFilter()
Return the magnification filter constant
|
java.lang.Integer |
getMinFilter()
Return the minification filter constant
|
int |
getWrapS()
Return the wrapping constant for S-direction
|
int |
getWrapT()
Return the wrapping constant for T-direction
|
getNamejava.lang.Integer getMagFilter()
java.lang.Integer getMinFilter()
int getWrapS()
int getWrapT()
ImageModel getImageModel()
ImageModel that backs this textureImageModelCopyright © 2022. All Rights Reserved.