GVRGradientVolumeSave¶
-
MLModule
¶ genre Octree
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLGVR
definition MLGVR.def see also SoGVRVolumeRenderer
,GVRVolumeLoad
keywords GVR
,octree
Purpose¶
Saves a GVR gradient volume for a given input GVR volume. It can be used to pre-compute a gradient volume (e.g. to save time).
Usage¶
Attach a GVR volume (e.g. GVRVolumeLoad or GVRImageToVolume) to the module and save the gradient volume. The created volume can be loaded with SoGVRGradientVolume for use with a main volume, or SoGVRSecondaryVolume for use with another secondary volume (requires customized shaders).
Details¶
The saved octree is identical to the one the GVR creates internally. It contains correctly downsampled gradients for shallower octree levels.