| SoVolumeRender Properties |
The SoVolumeRender type exposes the following members.
| Name | Description | |
|---|---|---|
| AbortCallback | Sets delegateto call during texture map rendering to test for an abort condition. | |
| boundingBoxIgnoring | Whether to ignore this node during bounding box traversal. | |
| composition | Obsolete. Specifies color composition mode. | |
| fixedNumSlicesInRoi | 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. | |
| gpuVertexGen | Obsolete. If true, slice vertices used for volume rendering are generated by the GPU instead of the CPU. | |
| interpolation | Interpolation mode. | |
| IsDisposable | ISafeDisposable interface implementation.
(Inherited from SoDisposable.) | |
| lightDirection | Obsolete. Light direction (relative to the volume). | |
| lighting | Obsolete. Indicates if lighting is required. | |
| lightIntensity | Obsolete. Light intensity in the range [0-1]. | |
| lowResMode | Sets the method to use when moving in low resolution. | |
| lowScreenResolutionScale | If lowResMode is DECREASE_SCREEN_RESOLUTION, render the volume at a lower screen resolution. | |
| numEarlyZPasses | Obsolete. When useEarlyZ is true, pixels are tested for full opacity every N samples, where N is the value of this field. | |
| numSlices | Specifies the number of samples along each ray. | |
| numSlicesControl | Controls how the number of samples along each ray is determined. | |
| opacityCorrection | Controls whether opacity correction is done. | |
| opacityThreshold | Specifies a threshold opacity (alpha) value that defines voxels considered to be "solid" (non-transparent). | |
| projectedTileSubdivision | When doing volume projection (see SoProjection), only the geometry (corner vertices) of the LDM tiles are projected, not the individual voxels. | |
| renderMode | Specifies the composition mode. | |
| samplingAlignment | Specifies which technique to use to align rayCast samples. | |
| subdivideTile | ||
| useEarlyZ | Obsolete. If true, stop computing when the pixel's cumulative opacity reaches 1. | |
| UserData |
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.) | |
| viewAlignedSlices | Obsolete. |