Click or drag to resize
SoLDMResourceParametersnumPrefetchThread Property

Number of threads used by the tile prefetch mechanism.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFInt32 numPrefetchThread { get; }

Property Value

Type: SoSFInt32
Remarks

Tile prefetch is activated when LDM_USE_PREFETCH_OPTIM is true and OIV.LDM.Nodes.SoLDMResourceParameters.tileCachePolicy is NONE. Default value is -1, meaning the maximum number of threads will be used.

See Also