public class TextureInfo extends GlTFProperty
| Constructor and Description |
|---|
TextureInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
defaultTexCoord()
Returns the default value of the texCoord
|
java.lang.Integer |
getIndex()
The index of the texture.
|
java.lang.Integer |
getTexCoord()
The set index of texture's TEXCOORD attribute used for texture
coordinate mapping.
|
void |
setIndex(java.lang.Integer index)
The index of the texture.
|
void |
setTexCoord(java.lang.Integer texCoord)
The set index of texture's TEXCOORD attribute used for texture
coordinate mapping.
|
addExtensions, getExtensions, getExtras, removeExtensions, setExtensions, setExtraspublic void setIndex(java.lang.Integer index)
index - The index to setjava.lang.NullPointerException - If the given value is nullpublic java.lang.Integer getIndex()
public void setTexCoord(java.lang.Integer texCoord)
texCoord - The texCoord to setjava.lang.IllegalArgumentException - If the given value does not meet
the given constraintspublic java.lang.Integer getTexCoord()
public java.lang.Integer defaultTexCoord()
getTexCoord()Copyright © 2024. All Rights Reserved.