| 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)
Syntaxpublic SoSFFloat blurFactor { get; }Public ReadOnly Property blurFactor As SoSFFloat
	Get
public:
property SoSFFloat^ blurFactor {
	SoSFFloat^ get ();
}member blurFactor : SoSFFloat with get
Property Value
Type: 
SoSFFloat
RemarksThe 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