public class TechniqueStatesFunctions extends GlTFProperty
| Constructor and Description |
|---|
TechniqueStatesFunctions() |
| Modifier and Type | Method and Description |
|---|---|
float[] |
defaultBlendColor()
Returns the default value of the blendColor
|
int[] |
defaultBlendEquationSeparate()
Returns the default value of the blendEquationSeparate
|
int[] |
defaultBlendFuncSeparate()
Returns the default value of the blendFuncSeparate
|
boolean[] |
defaultColorMask()
Returns the default value of the colorMask
|
int[] |
defaultCullFace()
Returns the default value of the cullFace
|
int[] |
defaultDepthFunc()
Returns the default value of the depthFunc
|
boolean[] |
defaultDepthMask()
Returns the default value of the depthMask
|
float[] |
defaultDepthRange()
Returns the default value of the depthRange
|
int[] |
defaultFrontFace()
Returns the default value of the frontFace
|
float[] |
defaultLineWidth()
Returns the default value of the lineWidth
|
float[] |
defaultPolygonOffset()
Returns the default value of the polygonOffset
|
float[] |
getBlendColor()
Floating-point values passed to `blendColor()`.
|
int[] |
getBlendEquationSeparate()
Integer values passed to `blendEquationSeparate()`.
|
int[] |
getBlendFuncSeparate()
Integer values passed to `blendFuncSeparate()`.
|
boolean[] |
getColorMask()
Boolean values passed to `colorMask()`.
|
int[] |
getCullFace()
Integer value passed to `cullFace()`.
|
int[] |
getDepthFunc()
Integer values passed to `depthFunc()`.
|
boolean[] |
getDepthMask()
Boolean value passed to `depthMask()`.
|
float[] |
getDepthRange()
Floating-point values passed to `depthRange()`.
|
int[] |
getFrontFace()
Integer value passed to `frontFace()`.
|
float[] |
getLineWidth()
Floating-point value passed to `lineWidth()`.
|
float[] |
getPolygonOffset()
Floating-point value passed to `polygonOffset()`.
|
void |
setBlendColor(float[] blendColor)
Floating-point values passed to `blendColor()`.
|
void |
setBlendEquationSeparate(int[] blendEquationSeparate)
Integer values passed to `blendEquationSeparate()`.
|
void |
setBlendFuncSeparate(int[] blendFuncSeparate)
Integer values passed to `blendFuncSeparate()`.
|
void |
setColorMask(boolean[] colorMask)
Boolean values passed to `colorMask()`.
|
void |
setCullFace(int[] cullFace)
Integer value passed to `cullFace()`.
|
void |
setDepthFunc(int[] depthFunc)
Integer values passed to `depthFunc()`.
|
void |
setDepthMask(boolean[] depthMask)
Boolean value passed to `depthMask()`.
|
void |
setDepthRange(float[] depthRange)
Floating-point values passed to `depthRange()`.
|
void |
setFrontFace(int[] frontFace)
Integer value passed to `frontFace()`.
|
void |
setLineWidth(float[] lineWidth)
Floating-point value passed to `lineWidth()`.
|
void |
setPolygonOffset(float[] polygonOffset)
Floating-point value passed to `polygonOffset()`.
|
addExtensions, getExtensions, getExtras, removeExtensions, setExtensions, setExtraspublic void setBlendColor(float[] blendColor)
blendColor - The blendColor to setjava.lang.IllegalArgumentException - If the given value does not meet
the given constraintspublic float[] getBlendColor()
public float[] defaultBlendColor()
getBlendColor()public void setBlendEquationSeparate(int[] blendEquationSeparate)
blendEquationSeparate - The blendEquationSeparate to setjava.lang.IllegalArgumentException - If the given value does not meet
the given constraintspublic int[] getBlendEquationSeparate()
public int[] defaultBlendEquationSeparate()
getBlendEquationSeparate()public void setBlendFuncSeparate(int[] blendFuncSeparate)
blendFuncSeparate - The blendFuncSeparate to setjava.lang.IllegalArgumentException - If the given value does not meet
the given constraintspublic int[] getBlendFuncSeparate()
public int[] defaultBlendFuncSeparate()
getBlendFuncSeparate()public void setColorMask(boolean[] colorMask)
colorMask - The colorMask to setjava.lang.IllegalArgumentException - If the given value does not meet
the given constraintspublic boolean[] getColorMask()
public boolean[] defaultColorMask()
getColorMask()public void setCullFace(int[] cullFace)
cullFace - The cullFace to setjava.lang.IllegalArgumentException - If the given value does not meet
the given constraintspublic int[] getCullFace()
public int[] defaultCullFace()
getCullFace()public void setDepthFunc(int[] depthFunc)
depthFunc - The depthFunc to setjava.lang.IllegalArgumentException - If the given value does not meet
the given constraintspublic int[] getDepthFunc()
public int[] defaultDepthFunc()
getDepthFunc()public void setDepthMask(boolean[] depthMask)
depthMask - The depthMask to setjava.lang.IllegalArgumentException - If the given value does not meet
the given constraintspublic boolean[] getDepthMask()
public boolean[] defaultDepthMask()
getDepthMask()public void setDepthRange(float[] depthRange)
depthRange - The depthRange to setjava.lang.IllegalArgumentException - If the given value does not meet
the given constraintspublic float[] getDepthRange()
public float[] defaultDepthRange()
getDepthRange()public void setFrontFace(int[] frontFace)
frontFace - The frontFace to setjava.lang.IllegalArgumentException - If the given value does not meet
the given constraintspublic int[] getFrontFace()
public int[] defaultFrontFace()
getFrontFace()public void setLineWidth(float[] lineWidth)
lineWidth - The lineWidth to setjava.lang.IllegalArgumentException - If the given value does not meet
the given constraintspublic float[] getLineWidth()
public float[] defaultLineWidth()
getLineWidth()public void setPolygonOffset(float[] polygonOffset)
polygonOffset - The polygonOffset to setjava.lang.IllegalArgumentException - If the given value does not meet
the given constraintspublic float[] getPolygonOffset()
public float[] defaultPolygonOffset()
getPolygonOffset()Copyright © 2022. All Rights Reserved.