Click or drag to resize
SoVolumeRenderprojectedTileSubdivision Property

When doing volume projection (see OIV.Inventor.Nodes.SoProjection), only the geometry (corner vertices) of the LDM tiles are projected, not the individual voxels.

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

Property Value

Type: SoSFInt32
Remarks

This can produce an imprecise projected volume when using large LDM tiles or low resolution levels (where the LDM tiles are larger).

This field controls how many times the tile geometry will be subdivided (producing more vertices) before being projected. Subdivision gives a smoother, more accurage shape, but requires much more computational power and may reduce rendering performance. Default is 1 (subdivide once).

NOTE: This field is ignored in raycasting mode (the default).

Note Note

Field available since Open Inventor 7.1

See Also