Skip to content

Commit

Permalink
Update CHANGES.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Mar 30, 2014
1 parent 75a88c8 commit 13c1bff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,15 @@ Beta Releases
* `normalize`
* `Extent`
* `validate`, `getSouthwest`, `getNorthwest`, `getNortheast`, `getSoutheast`, `getCenter`, `intersectWith`, `contains`, `isEmpty`, `subsample`
* Types implementing the `ImageryProvider` interface are now required to have a `hasAlphaChannel` property.
* `loadArrayBuffer`, `loadBlob`, `loadJson`, `loadText`, and `loadXML` now support loading data from data URIs.
* Fixed extruded polygons rendered in the southern hemisphere. [#1490](https://github.com/AnalyticalGraphicsInc/cesium/issues/1490)
* Fixed Primitive picking that have a closed appearance drawn on the surface. [#1333](https://github.com/AnalyticalGraphicsInc/cesium/issues/1333)
* Improve visual quality for translucent objects with [Weighted Blended Order-Independent Transparency](http://jcgt.org/published/0002/02/09/)
* The `debugShowBoundingVolume` property on primitives now works across all scene modes.
* Added `StripeMaterialProperty` for supporting the `Stripe` material in DynamicScene.
* Eliminated the use of a texture pool for Earth surface imagery textures. The use of the pool was leading to mipmapping problems in current versions of Google Chrome where some tiles would show imagery from entirely unrelated parts of the globe.
* Improved texture upload performance and reduced memory usage when using `BingMapsImageryProvider` and other imagery providers that return false from `hasAlphaChannel`.

### b26 - 2014-03-03

Expand Down

0 comments on commit 13c1bff

Please sign in to comment.