Click or drag to resize
SoLDMGlobalResourceParametersSetScreenResolutionCulling Method

Sets the screen resolution culling flag.

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

Parameters

flag
Type: SystemBoolean
Remarks

Default is false. When true, only tiles for which the projection of a voxel is greater than or equal to 1 pixel on screen will be loaded. This avoids unnecessary loading of high resolution data for large volumes. However if you "zoom out" from a volume, it does not force lower resolution tiles to be used (high resolution tiles already in memory will still be used). If necessary use the OIV.LDM.Nodes.SoLDMResourceParameters.fixedResolution field to force use of lower resolution tiles.

See Also