|
@@ -1,3 +1,4 @@
|
|
|
|
+console.warn( "THREE.SimplexNoise: As part of the transition to ES6 Modules, the files in 'examples/js' have been deprecated in r117 (May 2020) and will be deleted in r124 (December 2020). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-modules." );
|
|
// Ported from Stefan Gustavson's java implementation
|
|
// Ported from Stefan Gustavson's java implementation
|
|
// http://staffwww.itn.liu.se/~stegu/simplexnoise/simplexnoise.pdf
|
|
// http://staffwww.itn.liu.se/~stegu/simplexnoise/simplexnoise.pdf
|
|
// Read Stefan's excellent paper for details on how this code works.
|
|
// Read Stefan's excellent paper for details on how this code works.
|