Click or drag to resize
SoVolumeRendergpuVertexGen Property

Note: This API is now obsolete.

If true, slice vertices used for volume rendering are generated by the GPU instead of the CPU.

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 SoSFBool gpuVertexGen { get; }

Property Value

Type: SoSFBool
Remarks

This can increase performance when a large number of samples is being used. Default is false.

NOTE: This field is ignored in raycasting mode or when doing volume projection (SoProjection or subclasses are in effect). NOTE: field available since Open Inventor 7.0Obsoletesince Open Inventor 9630 No longer used. Only raycasting mode is supported.

See Also