SoVolumeDataSetSubSamplingLevel Method (SbVec3i32, SbVec3i32) |
Note: This API is now obsolete.
Forces VolumeViz to subsample at given values even if automatic subsampling is disabled.
Namespace: OIV.VolumeViz.Nodes
[ObsoleteAttribute("See documentation for more details")] [EditorBrowsableAttribute(EditorBrowsableState.Never)] public void SetSubSamplingLevel( SbVec3i32 ROISampling, SbVec3i32 secondarySampling )
See enableAutoSubSampling(). ROISampling corresponds to the sampling values used for the Region Of Interest. secondarySampling corresponds to the sampling values used for the rest of the volume (not yet used). Values are given in powers of two. For example if ROISampling is set to (1,1,0), the ROI will be subsampled using the subsampling factors (2,2,1). In this case the Z axis will not be subsampled.Obsoletesince Open Inventor 9000 No longer supported.