Click or drag to resize
SoLDMResourceParametersmaxResolutionThreshold Property

Maximum loading threshold for the LDM module.

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

Property Value

Type: SoSFInt32
Remarks

LDM will never load tiles below this resolution threshold. Threshold is the power of 2 of the desired subsample level. For instance, passing 1 means never load tiles of full resolution. Default is 0, full resolution, i.e., load everything.

See Also