Click or drag to resize
SoLDMGlobalResourceParametersSetViewCulling Method (Boolean, Boolean)

Sets the view culling flag.

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

Parameters

state
Type: SystemBoolean
forceRedraw
Type: SystemBoolean
Remarks

Default is true. When true, only tiles that are inside the view frustum (i.e. visible) will be loaded and conversely tiles that are outside the view frustum may be discarded.

See Also