GlobeView.ExtraTileLevels Property
Gets or sets a value specifying how detailed tiles the GlobeView should load.
Syntax
public System.Int32 ExtraTileLevels { get; set; }
Property Value
Remarks
This property can be used to control how far the GlobeView continues to split tiles into smaller, more detailed ones as they get closer to the camera, i.e. the smallest possible tile size. The default smallest tile size is about 300 meters, the mesh resolution for this tile size will be approximately 10 meters, and the surface texture will be loaded with a resolution of about 0.6 meters.
If you have more detailed data than that, the GlobeView will not be able to show it, unless you use this property to adjust the minimum tile level. If you for instance set this property to 1, one extra level will be loaded when you get really close to the ground, with half the size and double the resolution compared to the previous level.
You can also set this property to a negative value, to avoid splitting tiles unnecessarily if you only have low-detail data.
Platforms
Windows, Linux, Android