Skip to content

Commit

Permalink
Update CHANGES.md and build.xml for b11 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmattf committed Dec 3, 2012
1 parent b931d8a commit 853e87e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Change Log
Beta Releases
-------------

### b11 - xx/xx/2012
### b11 - 12/03/2012

* Breaking changes:
* Widget render loop now started by default. Startup code changed, see Sandcastle examples.
* Widget render loop now started by default. Startup code changed, see `Sandcastle` examples.
* Changed `Timeline.makeLabel` to take a `JulianDate` instead of a JavaScript date parameter.
* Default Earth imagery has been moved to a new package `Assets`. Images used by `Sandcastle` examples have been moved to the Sandcastle folder, and images used by the Dojo widgets are now self-contained in the `Widgets` package.
* `positionToEyeEC` in `czm_materialInput` is no longer normalized by default.
Expand All @@ -23,8 +23,8 @@ Beta Releases
* Improved lighting in Columbus view and on polygons, ellipsoids, and sensors.
* Fixed atmosphere rendering artifacts and improved Columbus view transition.
* Fixed jitter artifacts with billboards and polylines.
* Added `TileMapServiceImageryProvider`. See the Imagery Layers Sandbox example.
* Added `Water` material. See the Materials Sandbox example.
* Added `TileMapServiceImageryProvider`. See the Imagery Layers `Sandcastle` example.
* Added `Water` material. See the Materials `Sandcastle` example.
* Added `SkyBox` to draw stars. Added `CesiumWidget.showSkyBox` and `CesiumViewerWidget.showSkyBox`.
* Added new `Matrix4` functions: `Matrix4.multiplyByTranslation`, `multiplyByPoint`, and `Matrix4.fromScale`. Added `Matrix3.fromScale`.
* Added `EncodedCartesian3`, which is used to eliminate jitter when drawing primitives.
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<property name="build.minification" value="false" />

<!-- Inputs -->
<property name="version" value="b10" />
<property name="version" value="b11" />
<property name="sourceDirectory" location="Source" />
<property name="shadersDirectory" location="${sourceDirectory}/Shaders" />
<property name="examplesDirectory" location="Examples" />
Expand Down

0 comments on commit 853e87e

Please sign in to comment.