UNPKG

cesium

Version:

CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.

19 lines (16 loc) 302 B
define([ './freezeObject' ], function( freezeObject) { 'use strict'; /** * @private */ var GeometryType = { NONE : 0, TRIANGLES : 1, LINES : 2, POLYLINES : 3 }; return freezeObject(GeometryType); });