|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StencilState.StencilFunction | |
---|---|
com.jme.scene.state |
Uses of StencilState.StencilFunction in com.jme.scene.state |
---|
Methods in com.jme.scene.state that return StencilState.StencilFunction | |
---|---|
StencilState.StencilFunction |
StencilState.getStencilFunctionBack()
|
StencilState.StencilFunction |
StencilState.getStencilFunctionFront()
|
static StencilState.StencilFunction |
StencilState.StencilFunction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StencilState.StencilFunction[] |
StencilState.StencilFunction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.jme.scene.state with parameters of type StencilState.StencilFunction | |
---|---|
void |
StencilState.setStencilFunction(StencilState.StencilFunction function)
Sets the function that defines if a stencil test passes or not for both faces. |
void |
StencilState.setStencilFunctionBack(StencilState.StencilFunction function)
Sets the function that defines if a stencil test passes or not for back faces. |
void |
StencilState.setStencilFunctionFront(StencilState.StencilFunction function)
Sets the function that defines if a stencil test passes or not for front faces. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |