Click or drag to resize
SoVolumeRendersubdivideTile Property

If true, LDM tiles will be subdivided for rendering.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFBool subdivideTile { get; }

Property Value

Type: SoSFBool
Remarks

Fully transparent sub-tiles won't be rendered, thus (potentially) increasing the speed of the rendering if an expensive shader is being used and significant regions of the volume are fully transparent. However using false is faster if the user will frequently change the data range (e.g. window center/width in medical applications). SubTileDimension can be changed using OIV.VolumeViz.Nodes.SoVolumeData node's ldmResourceParameters field. Default is false.

See the 'subtileDimension' field in OIV.LDM.Nodes.SoLDMResourceParameters. If the tileDimension is larger than the default value, then the subtileDimension should also be larger to avoid performance issues.

Note Note

Field available since Open Inventor 7.0

See Also