Click or drag to resize
SoLDMGlobalResourceParametersSetViewpointRefinement Method

Sets the viewpoint refinement flag.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void SetViewpointRefinement(
	bool state
)

Parameters

state
Type: SystemBoolean
Remarks

Default is true. When true, tile refinement depends on the viewpoint. In other words, tiles closer to the camera have higher priority and higher resolution data will be loaded for closer tiles first. This can be useful for large volumes that cannot be completely loaded in memory.

See Also