These store how the volume should be displayed in the viewport.
Values ¶
hou.volumeVisualization.Smoke
The volume is displayed as fog or smoke.
hou.volumeVisualization.Rainbow
The volume is displayed as fog, but the colour is based on relative location in the volume. This is deprecated.
hou.volumeVisualization.Iso
The zero-crossing of the volume is displayed as an iso-surface. This is used for SDF visualization.
hou.volumeVisualization.Invisible
The volume is not to be drawn in the viewport.
hou.volumeVisualization.HeightField
The volume is drawn as a heightfield. Note it should be a 2d volume with 1 resolution in Z.
hou.volumeVisualization.Image
The volume is drawn as an image. Note it should be a 2d volume with 1 resolution in Z.