SoVolumeRenderingPhysicalQualityblurFactor Property |
This value controls the intensity of the blurring for the Depth Of Field effect.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFFloat blurFactor { get; }
Public ReadOnly Property blurFactor As SoSFFloat
Get
public:
property SoSFFloat^ blurFactor {
SoSFFloat^ get ();
}
member blurFactor : SoSFFloat with get
Property Value
Type:
SoSFFloatRemarks The physical value associated with this parameter is the camera's lens aperture. Bigger values induce a shallower depth of field. Default is 0.01.
See Also