app/assets/javascripts/Shaders/Builtin/Functions/snoise.js in cesium-0.20.0 vs app/assets/javascripts/Shaders/Builtin/Functions/snoise.js in cesium-0.21
- old
+ new
@@ -7,14 +7,14 @@
* Lastmod : 20110822 (ijm)
* License : Copyright (C) 2011 Ashima Arts. All rights reserved.
* Distributed under the MIT License. See LICENSE file.
* https://github.com/ashima/webgl-noise
*/
-//This file is automatically rebuilt by the Cesium build process.
-/*global define*/
-define(function() {
-"use strict";
-return "vec4 _czm_mod289(vec4 x)\n\
+ //This file is automatically rebuilt by the Cesium build process.
+ /*global define*/
+ define(function() {
+ "use strict";
+ return "vec4 _czm_mod289(vec4 x)\n\
{\n\
return x - floor(x * (1.0 / 289.0)) * 289.0;\n\
}\n\
vec3 _czm_mod289(vec3 x)\n\
{\n\
\ No newline at end of file