Click or drag to resize
SoLDMGlobalResourceParametersSetLoadNotificationRate Method

Sets the load notification rate (number of tiles).

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void SetLoadNotificationRate(
	int name_15093
)

Parameters

name_15093
Type: SystemInt32
Remarks

When rate new tiles have been loaded in main memory, a redraw will be scheduled. This is useful because tiles are loaded asynchronously using multiple threads. The default is 50 tiles. Which means, for example, if each voxel is one byte and the tileSize is 64x64x64, a redraw will be scheduled whenever 13 MB of data has been loaded.

See Also