SoLDMResourceParametersViewpointRefinementPolicies Enumeration |
Viewpoint refinement policies.
Namespace: OIV.LDM.Nodes
Member name | Value | Description | |
---|---|---|---|
VIEWPOINT_REFINEMENT_OFF | 0 | Viewpoint will not affect tile loading priorities. | |
VIEWPOINT_REFINEMENT_ON | 1 | 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_GLOBAL | 2 | The refinement of tiles will depend on the viewpoint or not according to the flag returned by OIV.LDM.SoLDMGlobalResourceParameters.GetViewpointRefinement(). |