Map Debug Options
enum MapDebugOptions
Content copied to clipboard
Options for enabling debugging features in a map.
Entries
TERRAIN_WIREFRAME
Link copied to clipboard
Content copied to clipboard
Show a wireframe for terrain.
MODEL_BOUNDS
Link copied to clipboard
Content copied to clipboard
Show 3D model bounding boxes.
RENDER_CACHE
Link copied to clipboard
Content copied to clipboard
Visualize residency of tiles in the render cache. Tile boundaries of cached tiles are rendered with green, tiles waiting for an update with yellow and tiles not in the cache with red.
DEPTH_BUFFER
Link copied to clipboard
Content copied to clipboard
The depth buffer is shown instead of the color buffer.
STENCIL_CLIP
Link copied to clipboard
Content copied to clipboard
The stencil buffer is shown instead of the color buffer.
TIMESTAMPS
Link copied to clipboard
Content copied to clipboard
Each tile shows a timestamp indicating when it was loaded.
PARSE_STATUS
Link copied to clipboard
Content copied to clipboard
Each tile shows its tile coordinate (x/y/z) in the upper-left corner.
TILE_BORDERS
Link copied to clipboard
Content copied to clipboard
Edges of tile boundaries are shown as thick, red lines to help diagnose tile clipping issues.