SoVolumeRenderingQualityGradientQualities Enumeration |
Gradient Quality mode.
Namespace: OIV.VolumeViz.Nodes
Member name | Value | Description | |
---|---|---|---|
LOW | 0 | Use the forward difference technique to compute the gradient. This is a fast technique but it gives a lower quality gradient. | |
MEDIUM | 1 | Use the central difference technique to compute the gradient. This is a compromise between quality and speed. | |
HIGH | 2 | Use a Sobel filter to compute the gradient. This gives hiqh quality gradients at the expense of speed. |