Click or drag to resize
SoVolumeRender Properties

The SoVolumeRender type exposes the following members.

Properties
  NameDescription
Public propertyAbortCallback

Sets delegateto call during texture map rendering to test for an abort condition.

Public propertyboundingBoxIgnoring

Whether to ignore this node during bounding box traversal.

(Inherited from SoShape.)
Public propertycomposition Obsolete.

Specifies color composition mode.

(Inherited from SoVolumeShape.)
Public propertyfixedNumSlicesInRoi

When this field is set to false (the default), the number of samples set by numSlices is the number of samples used for the region defined by the current ROI.

Public propertygpuVertexGen Obsolete.

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

Public propertyinterpolation

Interpolation mode.

(Inherited from SoVolumeShape.)
Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Public propertylightDirection Obsolete.

Light direction (relative to the volume).

Public propertylighting Obsolete.

Indicates if lighting is required.

Public propertylightIntensity Obsolete.

Light intensity in the range [0-1].

Public propertylowResMode

Sets the method to use when moving in low resolution.

Public propertylowScreenResolutionScale

If lowResMode is DECREASE_SCREEN_RESOLUTION, render the volume at a lower screen resolution.

Public propertynumEarlyZPasses Obsolete.

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

Public propertynumSlices

Specifies the number of samples along each ray.

Public propertynumSlicesControl

Controls how the number of samples along each ray is determined.

Public propertyopacityCorrection

Controls whether opacity correction is done.

Public propertyopacityThreshold

Specifies a threshold opacity (alpha) value that defines voxels considered to be "solid" (non-transparent).

Public propertyprojectedTileSubdivision

When doing volume projection (see SoProjection), only the geometry (corner vertices) of the LDM tiles are projected, not the individual voxels.

Public propertyrenderMode

Specifies the composition mode.

Public propertysamplingAlignment

Specifies which technique to use to align rayCast samples.

Public propertysubdivideTile
Public propertyuseEarlyZ Obsolete.

If true, stop computing when the pixel's cumulative opacity reaches 1.

Public propertyUserData
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.)
Public propertyviewAlignedSlices Obsolete.
Top
See Also