Click or drag to resize
SoLDMResourceParametersSetGeometryPriority Method

Sets the importance of one type of geometry relative to others.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetGeometryPriority(
	Type geometryType,
	float priority
)

Parameters

geometryType
Type: SystemType
priority
Type: SystemSingle
Remarks

The geometry type should be one of the VolumeViz geometry classes. For example, ().

The priority passed must be between 0 and 1, 0 being lowest priority and 1 the highest. LDM will refine tiles first where geometries are the most important. For example, if an OIV.VolumeViz.Nodes.SoVolumeRender node has a higher priority than slices, then the tiles required for this OIV.VolumeViz.Nodes.SoVolumeRender node will be refined first.

Default is 0.5 for a volume, 0.9 for other geometry.

See Also