Skip to content

Commit

Permalink
Update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
mramato committed Apr 24, 2014
1 parent fcfdce6 commit 2d855aa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ Beta Releases
* `getAlignedAxis`, `setAlignedAxis` -> `alignedAxis`
* `getWidth`, `setWidth` -> `width`
* `getHeight` `setHeight` -> `height`
* 'DataSource'
* 'getName` -> `name`
* 'getClock` -> `clock`
* 'getChangedEvent` -> `changedEvent`
* 'getDynamicObjectCollection` -> `dynamicObjects`
* 'getErrorEvent` -> `errorEvent`
* `Label`
* `getText`, `setText` -> `text`
* `getFont`, `setFont` -> `font`
Expand Down Expand Up @@ -194,6 +200,7 @@ Beta Releases
* `normalize`
* `Extent`
* `validate`, `getSouthwest`, `getNorthwest`, `getNortheast`, `getSoutheast`, `getCenter`, `intersectWith`, `contains`, `isEmpty`, `subsample`
* `DataSource` now has additional required properties, `isLoading` and `loadingEvent` as well as a new optional `update` method which will be called each frame.
* Renamed `Stripe` material uniforms `lightColor` and `darkColor` to `evenColor` and `oddColor`.
* Replaced `SceneTransitioner` with new functions and properties on the `Scene`: `morphTo2D`, `morphToColumbusView`, `morphTo3D`, `completeMorphOnUserInput`, `morphStart`, `morphComplete`, and `completeMorph`.
* Removed `TexturePool`.
Expand Down

0 comments on commit 2d855aa

Please sign in to comment.