Click or drag to resize
SoVolumeTransformcacheSize Property

Size of the computed tile cache for this transform.

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

Property Value

Type: SoSFInt32
Remarks

This is the number of computed tiles that will be cached and will not need to be recomputed. Choose a value to balance between memory usage and computing time. Default is 1.

See Also