Skip to content

Commit

Permalink
Merge pull request #4700 from AnalyticalGraphicsInc/float-texture-fal…
Browse files Browse the repository at this point in the history
…l-back

Remove floating-point texture requirement
  • Loading branch information
pjcozzi authored Dec 1, 2016
2 parents 54f8279 + 57be72c commit 479ffc5
Show file tree
Hide file tree
Showing 6 changed files with 354 additions and 88 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Change Log
* `TextureAtlas.borderWidthInPixels` has always been applied to the upper and right edges of each internal texture, but is now also applied to the bottom and left edges of the entire TextureAtlas, guaranteeing borders on all sides regardless of position within the atlas.
* Added support for saving html and css in GitHub Gists. [#4125](https://github.com/AnalyticalGraphicsInc/cesium/issues/4125)
* Fixed `Cartographic.fromCartesian` when the cartesian is not on the ellipsoid surface. [#4611](https://github.com/AnalyticalGraphicsInc/cesium/issues/4611)
* Fall back to packing floats into an unsigned byte texture when floating point textures are unsupported. [#4563](https://github.com/AnalyticalGraphicsInc/cesium/issues/4563)

### 1.27 - 2016-11-01
* Deprecated
Expand Down
Loading

0 comments on commit 479ffc5

Please sign in to comment.