Click or drag to resize
SoCamerablur Property

Amount of blur to apply to out of focus areas.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntax
public SoSFFloat blur { get; }

Property Value

Type: SoSFFloat
Remarks

This value virtually corresponds to the aperture of the camera, and is computed as the inverse of a physical f-stop value of the camera.

For instance, a value of 0.0 corresponds to an infinite f-stop, which means that all of the scene is in focus. Conversely, a value of 0.5 corresponds to an f-stop value of 2, and only a small area of the scene in focus.

The OIV.Inventor.Nodes.SoCamera.focalDistance field defines the distance to the plane of focus.

The focal length of the camera is defined as a fraction of (OIV.Inventor.Nodes.SoCamera.farDistance - OIV.Inventor.Nodes.SoCamera.nearDistance).

Default is 0.0

Note Note

Field available since Open Inventor 2025.1

See Also