Click or drag to resize
SoVolumeRendernumEarlyZPasses Property

Note: This API is now obsolete.

When useEarlyZ is true, pixels are tested for full opacity every N samples, where N is the value of this field.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public SoSFInt32 numEarlyZPasses { get; }

Property Value

Type: SoSFInt32
Remarks

Default is 30.

NOTE: This field is ignored in raycasting mode (the default).

NOTE: field available since Open Inventor 7.0Obsoletesince Open Inventor 9630 No longer used. Only raycasting mode is supported.

See Also