SoVolumeRenderingPhysicalQualityshadowsStyle Property |
Specifies which kind of shadows to compute for the volume.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFEnum<SoVolumeRenderingPhysicalQualityShadowsStyles> shadowsStyle { get; }
Public ReadOnly Property shadowsStyle As SoSFEnum(Of SoVolumeRenderingPhysicalQualityShadowsStyles)
Get
public:
property SoSFEnum<SoVolumeRenderingPhysicalQualityShadowsStyles>^ shadowsStyle {
SoSFEnum<SoVolumeRenderingPhysicalQualityShadowsStyles>^ get ();
}
member shadowsStyle : SoSFEnum<SoVolumeRenderingPhysicalQualityShadowsStyles> with get
Property Value
Type:
SoSFEnumSoVolumeRenderingPhysicalQualityShadowsStyles
RemarksThis field allows to enable RayTraced shadows, which have a better quality than the standard shadowmap-based shadows, but take longer to compute. This field is taken into account only if the associated SoVolumeRender node is inside a SoShadowGroup and the field SoShadowGroup.isActive is set to true. . Default is RAYTRACED.
See Also