Uses of Class
com.openinventor.volumeviz.nodes.SoVolumeRenderingPhysicalQuality.ShadingStyles
-
Packages that use SoVolumeRenderingPhysicalQuality.ShadingStyles Package Description com.openinventor.volumeviz.nodes -
-
Uses of SoVolumeRenderingPhysicalQuality.ShadingStyles in com.openinventor.volumeviz.nodes
Fields in com.openinventor.volumeviz.nodes with type parameters of type SoVolumeRenderingPhysicalQuality.ShadingStyles Modifier and Type Field Description SoSFEnum<SoVolumeRenderingPhysicalQuality.ShadingStyles>
SoVolumeRenderingPhysicalQuality. shadingStyle
Specifies which shading style is applied to the volume.Methods in com.openinventor.volumeviz.nodes that return SoVolumeRenderingPhysicalQuality.ShadingStyles Modifier and Type Method Description static SoVolumeRenderingPhysicalQuality.ShadingStyles
SoVolumeRenderingPhysicalQuality.ShadingStyles. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoVolumeRenderingPhysicalQuality.ShadingStyles
SoVolumeRenderingPhysicalQuality.ShadingStyles. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoVolumeRenderingPhysicalQuality.ShadingStyles[]
SoVolumeRenderingPhysicalQuality.ShadingStyles. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-