smcameron / open-simplex-noise-in-c

Port of Kurt Spencer's java implementation of open simplex noise to C -- Note: This is NOT Ken Perlin's Simplex noise algorithm.
The Unlicense
139 stars 19 forks source link

test case only does single octave. #2

Closed stolk closed 9 years ago

stolk commented 9 years ago

The example in open-simplex-noise-test.c could probably be improved by using multiple octaves to generate the png file.

smcameron commented 9 years ago

send a patch.

-- steve

On Sun, Nov 2, 2014 at 8:43 PM, Bram Stolk notifications@github.com wrote:

The example in open-simplex-noise-test.c could probably be improved by using multiple octaves to generate the png file.

— Reply to this email directly or view it on GitHub https://github.com/smcameron/open-simplex-noise-in-c/issues/2.

stolk commented 9 years ago

https://github.com/smcameron/open-simplex-noise-in-c/pull/3

smcameron commented 9 years ago

Thanks! Applied (with some trivial cosmetic changes.)

-- steve

On Sun, Nov 2, 2014 at 9:57 PM, Bram Stolk notifications@github.com wrote:

3 https://github.com/smcameron/open-simplex-noise-in-c/pull/3

— Reply to this email directly or view it on GitHub https://github.com/smcameron/open-simplex-noise-in-c/issues/2#issuecomment-61438394 .

smcameron commented 9 years ago

Fixed by c0c7750c765c0b2ffe05afd6eddb6a47130d0655