Click or drag to resize
SoLDMResourceParametersViewpointRefinementPolicies Enumeration

Viewpoint refinement policies.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum ViewpointRefinementPolicies
Members
  Member nameValueDescription
VIEWPOINT_REFINEMENT_OFF0

Viewpoint will not affect tile loading priorities.

VIEWPOINT_REFINEMENT_ON1

The refinement of tiles will depend on the viewpoint.

In other words, the closest tiles to the camera have the highest priority and will be loaded first. This can be useful for large volumes that cannot be completely loaded in memory.

VIEWPOINT_REFINEMENT_INHERITED_FROM_GLOBAL2

The refinement of tiles will depend on the viewpoint or not according to the flag returned by OIV.LDM.SoLDMGlobalResourceParameters.GetViewpointRefinement().

Remarks
See Also