Uses of Class
com.aspose.threed.PresetShaders
-
-
Uses of PresetShaders in com.aspose.threed
Methods in com.aspose.threed that return PresetShaders Modifier and Type Method Description PresetShaders
Renderer. getPresetShaders()
Gets the preset shader setstatic PresetShaders
PresetShaders. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PresetShaders[]
PresetShaders. 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 PresetShaders Modifier and Type Method Description void
Renderer. setPresetShaders(PresetShaders value)
Sets the preset shader set
-