UNPKG

@giro3d/giro3d

Version:

A JS/WebGL framework for 3D geospatial data visualization

10 lines (9 loc) 241 B
export const DEFAULT_ENABLE_TERRAIN = true; export const DEFAULT_ENABLE_STITCHING = true; /** * The default number of segments in a map's tile. */ export const DEFAULT_MAP_SEGMENTS = 32; /** * Options for geometric terrain rendering. */