Uses of Class
com.aspose.threed.CompareFunction
-
-
Uses of CompareFunction in com.aspose.threed
Methods in com.aspose.threed that return CompareFunction Modifier and Type Method Description CompareFunction
StencilState. getCompare()
Gets the compare function used in stencil testCompareFunction
RenderState. getDepthFunction()
Gets the compare function used in depth teststatic CompareFunction
CompareFunction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CompareFunction[]
CompareFunction. 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 CompareFunction Modifier and Type Method Description void
StencilState. setCompare(CompareFunction value)
Sets the compare function used in stencil testvoid
RenderState. setDepthFunction(CompareFunction value)
Sets the compare function used in depth test
-