Skip to content

Commit b463655

Browse files
committed
Merge pull request #3157 from lilleyse/sun-fix
Fix sun uniform
2 parents 75c1e8b + 493d851 commit b463655

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Change Log
22
==========
33

4+
### 1.16 - 2015-12-01
5+
6+
* Fixed an issue where the sun texture is not generated correctly on some mobile devices. [#3141](https://github.com/AnalyticalGraphicsInc/cesium/issues/3141)
7+
48
### 1.15 - 2015-11-02
59

610
* Breaking changes

Source/Scene/Sun.js

+1
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ define([
201201
this._commands.computeCommand = new ComputeCommand({
202202
fragmentShaderSource : SunTextureFS,
203203
outputTexture : this._texture,
204+
uniformMap : uniformMap,
204205
persists : false,
205206
owner : this,
206207
postExecute : function() {

0 commit comments

Comments
 (0)