Cesium b8
b8 - 2012-09-05
Highlights include
- All
Quaternion
operations now have static versions that work with any objects exposingx
,y
,z
andw
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
andDynamicPathVisualizer
objects. See the CZML wiki for more details.
See the change log for a full list of changes