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