public class Texture extends GlTFChildOfRootProperty
| Constructor and Description |
|---|
Texture() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getSampler()
The index of the sampler used by this texture.
|
java.lang.Integer |
getSource()
The index of the image used by this texture.
|
void |
setSampler(java.lang.Integer sampler)
The index of the sampler used by this texture.
|
void |
setSource(java.lang.Integer source)
The index of the image used by this texture.
|
getName, setNameaddExtensions, getExtensions, getExtras, removeExtensions, setExtensions, setExtraspublic void setSampler(java.lang.Integer sampler)
sampler - The sampler to setpublic java.lang.Integer getSampler()
public void setSource(java.lang.Integer source)
source - The source to setpublic java.lang.Integer getSource()
Copyright © 2024. All Rights Reserved.