Skip to content

Cesium b8

Compare
Choose a tag to compare
@hpinkos hpinkos released this 01 Aug 14:26
· 34690 commits to master since this release

b8 - 2012-09-05

Highlights include

  • All Quaternion operations now have static versions that work with any objects exposing x, y, z and w properties.
  • Added support for nested polygons with holes. See Polygon.configureFromPolygonHierarchy.
  • Added support to the renderer for view frustum and central body occlusion culling. All built-in primitives, such as BillboardCollection, Polygon, PolylineCollection, etc., can be culled. See the advanced examples in the Sandbox for details.
  • Added writeTextToCanvas function which handles sizing the resulting canvas to fit the desired text.
  • Added support for CZML path visualization via the DynamicPath and DynamicPathVisualizer objects. See the CZML wiki for more details.

See the change log for a full list of changes