Skip to content

Commit 479ffc5

Browse files
authored
Merge pull request #4700 from AnalyticalGraphicsInc/float-texture-fall-back
Remove floating-point texture requirement
2 parents 54f8279 + 57be72c commit 479ffc5

File tree

6 files changed

+354
-88
lines changed

6 files changed

+354
-88
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Change Log
1111
* `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.
1212
* Added support for saving html and css in GitHub Gists. [#4125](https://github.com/AnalyticalGraphicsInc/cesium/issues/4125)
1313
* Fixed `Cartographic.fromCartesian` when the cartesian is not on the ellipsoid surface. [#4611](https://github.com/AnalyticalGraphicsInc/cesium/issues/4611)
14+
* Fall back to packing floats into an unsigned byte texture when floating point textures are unsupported. [#4563](https://github.com/AnalyticalGraphicsInc/cesium/issues/4563)
1415

1516
### 1.27 - 2016-11-01
1617
* Deprecated

0 commit comments

Comments
 (0)