Click or drag to resize
SoLDMResourceParametersloadPolicy Property

Tile loading policy.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFEnum<SoLDMResourceParametersLoadPolicies> loadPolicy { get; }

Property Value

Type: SoSFEnumSoLDMResourceParametersLoadPolicies
Remarks

. Default is NO_USER_INTERACTION. NO_USER_INTERACTION means the asynchronous loading threads will only load tiles when the user is not interacting with the scene (i.e. the application is idle).

The loading occurs as long as there is something to load if ALWAYS is passed. No loading occurs if NEVER is passed, however at least the resolution 0 is loaded.

See Also