Skip to content

Commit

Permalink
Merge pull request #170 from gberaudo/more_cesium_externs
Browse files Browse the repository at this point in the history
More Cesium externs
  • Loading branch information
gberaudo committed Feb 23, 2015
2 parents b8054e5 + ea214ed commit 12c7b03
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Cesium.externs.js
Original file line number Diff line number Diff line change
Expand Up @@ -1203,6 +1203,8 @@ Cesium.optionsRenderState;
/**
* @typedef {{
* flat: (boolean| undefined),
* close: (boolean| undefined),
* translucent: (boolean| undefined),
* renderState: (Cesium.optionsRenderState | undefined)
* }}
*/
Expand All @@ -1216,6 +1218,16 @@ Cesium.optionsPerInstanceColorAppearance;
Cesium.PerInstanceColorAppearance = function(object) {};


/**
* @constructor
* @param {Object} options
*/
Cesium.VertexFormat = function(options) {};

/**
* @type {Cesium.VertexFormat}
*/
Cesium.PerInstanceColorAppearance.VERTEX_FORMAT;

/**
* @typedef {{
Expand Down Expand Up @@ -1248,6 +1260,8 @@ Cesium.optionsPolygonOutlineGeometry;
/**
* @typedef {{
* positions: !Array.<Cesium.Cartesian3>,
* height: (number|undefined),
* extrudedHeight: (number|undefined),
* polygonHierarchy: !Cesium.optionsPolygonHierarchy
* }}
*/
Expand All @@ -1266,6 +1280,8 @@ Cesium.PolygonGeometry = function(object) {};
/**
* @typedef {{
* positions: !Array.<Cesium.Cartesian3>,
* height: (number|undefined),
* extrudedHeight: (number|undefined),
* vertexFormat: number
* }}
*/
Expand Down

0 comments on commit 12c7b03

Please sign in to comment.