1. 29 10月, 2016 7 次提交
  2. 28 10月, 2016 1 次提交
  3. 27 10月, 2016 18 次提交
  4. 26 10月, 2016 1 次提交
  5. 25 10月, 2016 3 次提交
  6. 24 10月, 2016 3 次提交
  7. 23 10月, 2016 6 次提交
  8. 21 10月, 2016 1 次提交
    • H
      Update SkyShader.js to fix random dark sky due to float precision (#9888) · bc48aed5
      Hao Zhang 提交于
      * Previously if you put sun at vec3(0.0, 1.0, 0.0) and move it along the Y axis, the sky will suddenly become super dark at some random position. Further investigation shows the value passed into function sunIntensity is slightly larger than 1.0 due to float precision issue. Add a clamp will help get rid of such problems.
      bc48aed5