Uses of Class
com.aspose.threed.RenderingAPI
-
-
Uses of RenderingAPI in com.aspose.threed
Methods in com.aspose.threed that return RenderingAPI Modifier and Type Method Description RenderingAPI
ShaderTechnique. getRenderAPI()
Gets the rendering API used by this techniquestatic RenderingAPI
RenderingAPI. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RenderingAPI[]
RenderingAPI. 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 RenderingAPI Modifier and Type Method Description void
ShaderTechnique. setRenderAPI(RenderingAPI value)
Sets the rendering API used by this technique
-