Perlin noise: Difference between revisions

m
→‎{{header|Java}}: remove pleonasm
(Added Easylang)
m (→‎{{header|Java}}: remove pleonasm)
Line 1,215:
 
=={{header|Java}}==
The original code from Perlin was originally published in java. Note that this does not have a main method so there will be no output. To test, add a main method, call noise() with 3.14,42,7, save the file as ImprovedNoise.java and compile.
<syntaxhighlight lang="java">// JAVA REFERENCE IMPLEMENTATION OF IMPROVED NOISE - COPYRIGHT 2002 KEN PERLIN.
 
1,934

edits