public class Sampler extends GlTFChildOfRootProperty
| Constructor and Description |
|---|
Sampler() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
defaultWrapS()
Returns the default value of the wrapS
|
java.lang.Integer |
defaultWrapT()
Returns the default value of the wrapT
|
java.lang.Integer |
getMagFilter()
Magnification filter.
|
java.lang.Integer |
getMinFilter()
Minification filter.
|
java.lang.Integer |
getWrapS()
S (U) wrapping mode.
|
java.lang.Integer |
getWrapT()
T (V) wrapping mode.
|
void |
setMagFilter(java.lang.Integer magFilter)
Magnification filter.
|
void |
setMinFilter(java.lang.Integer minFilter)
Minification filter.
|
void |
setWrapS(java.lang.Integer wrapS)
S (U) wrapping mode.
|
void |
setWrapT(java.lang.Integer wrapT)
T (V) wrapping mode.
|
getName, setNameaddExtensions, getExtensions, getExtras, removeExtensions, setExtensions, setExtraspublic void setMagFilter(java.lang.Integer magFilter)
magFilter - The magFilter to setjava.lang.IllegalArgumentException - If the given value does not meet
the given constraintspublic java.lang.Integer getMagFilter()
public void setMinFilter(java.lang.Integer minFilter)
minFilter - The minFilter to setjava.lang.IllegalArgumentException - If the given value does not meet
the given constraintspublic java.lang.Integer getMinFilter()
public void setWrapS(java.lang.Integer wrapS)
wrapS - The wrapS to setjava.lang.IllegalArgumentException - If the given value does not meet
the given constraintspublic java.lang.Integer getWrapS()
public java.lang.Integer defaultWrapS()
getWrapS()public void setWrapT(java.lang.Integer wrapT)
wrapT - The wrapT to setjava.lang.IllegalArgumentException - If the given value does not meet
the given constraintspublic java.lang.Integer getWrapT()
public java.lang.Integer defaultWrapT()
getWrapT()Copyright © 2024. All Rights Reserved.