SoVolumeRenderingQualitylightingModel Property |
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFEnum<SoVolumeRenderingQualityLightingModels> lightingModel { get; }
Public ReadOnly Property lightingModel As SoSFEnum(Of SoVolumeRenderingQualityLightingModels)
Get
public:
property SoSFEnum<SoVolumeRenderingQualityLightingModels>^ lightingModel {
SoSFEnum<SoVolumeRenderingQualityLightingModels>^ get ();
}
member lightingModel : SoSFEnum<SoVolumeRenderingQualityLightingModels> with get
Property Value
Type:
SoSFEnumSoVolumeRenderingQualityLightingModels
RemarksFor backward compatibility with Open Inventor v6. Applications should set this field to OPENGL. Only affects gradient based lighting (lighting field).
. Default is OIV6. NOTE: field available since Open Inventor 7.0
See Also