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.NodesAssembly: 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; }
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public ReadOnly Property numEarlyZPasses As SoSFInt32
Get
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
property SoSFInt32^ numEarlyZPasses {
SoSFInt32^ get ();
}
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member numEarlyZPasses : SoSFInt32 with get
Property Value
Type:
SoSFInt32
RemarksDefault 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