Uses of Class
com.aspose.threed.StencilAction
-
-
Uses of StencilAction in com.aspose.threed
Methods in com.aspose.threed that return StencilAction Modifier and Type Method Description StencilAction
StencilState. getDepthFailAction()
Gets the stencil action when stencil test pass but depth test fails.StencilAction
StencilState. getFailAction()
Gets the stencil action when stencil test fails.StencilAction
StencilState. getPassAction()
Gets the stencil action when both stencil test and depth test passes.static StencilAction
StencilAction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StencilAction[]
StencilAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aspose.threed with parameters of type StencilAction Modifier and Type Method Description void
StencilState. setDepthFailAction(StencilAction value)
Sets the stencil action when stencil test pass but depth test fails.void
StencilState. setFailAction(StencilAction value)
Sets the stencil action when stencil test fails.void
StencilState. setPassAction(StencilAction value)
Sets the stencil action when both stencil test and depth test passes.
-