Uses of Class
com.openinventor.volumeviz.nodes.SoVolumeRenderingQuality.LightingModels
-
Packages that use SoVolumeRenderingQuality.LightingModels Package Description com.openinventor.volumeviz.nodes -
-
Uses of SoVolumeRenderingQuality.LightingModels in com.openinventor.volumeviz.nodes
Fields in com.openinventor.volumeviz.nodes with type parameters of type SoVolumeRenderingQuality.LightingModels Modifier and Type Field Description SoSFEnum<SoVolumeRenderingQuality.LightingModels>
SoVolumeRenderingQuality. lightingModel
Deprecated.As of Open Inventor 10000.Methods in com.openinventor.volumeviz.nodes that return SoVolumeRenderingQuality.LightingModels Modifier and Type Method Description static SoVolumeRenderingQuality.LightingModels
SoVolumeRenderingQuality.LightingModels. valueOf(int val)
Deprecated.Returns the enum constant of this type with the specified integer valuestatic SoVolumeRenderingQuality.LightingModels
SoVolumeRenderingQuality.LightingModels. valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name.static SoVolumeRenderingQuality.LightingModels[]
SoVolumeRenderingQuality.LightingModels. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-