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
|
java.lang.Integer |
getWrapS()
Return the wrapping constant for S-direction
|
java.lang.Integer |
getWrapT()
Return the wrapping constant for T-direction
|
getNamegetExtensions, getExtrasjava.lang.Integer getMagFilter()
java.lang.Integer getMinFilter()
java.lang.Integer getWrapS()
java.lang.Integer getWrapT()
ImageModel getImageModel()
ImageModel that backs this textureImageModelCopyright © 2022. All Rights Reserved.