You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGES.md
+1
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ Change Log
23
23
* Removed [es5-shim](https://github.com/kriskowal/es5-shim), which is no longer required by the unit tests. [#2933](https://github.com/AnalyticalGraphicsInc/cesium/pull/2945)
24
24
* Added `BoundingSphere.isOccluded` and `OrientedBoundingBox.isOccluded` to determine if the volumes are occluded by an `Occluder`.
25
25
* Added `distanceSquaredTo` and `computePlaneDistances` functions to `OrientedBoundingBox`.
26
+
* Fixed a GLSL precision issue that enables Cesium to now support Mali-400MP GPUs and other mobile GPUs where GLSL shaders did not compile. [#2984](https://github.com/AnalyticalGraphicsInc/cesium/pull/2984)
0 commit comments