This PR simply adds consistency to a constant value used by the 2D cellular algorithm. The C version and GLSL/HLSL ports baed on it use a value of 0.5 instead of 0.43701595, resulting in inconsistent output with the same inputs based on the language used.
This PR simply adds consistency to a constant value used by the 2D cellular algorithm. The C version and GLSL/HLSL ports baed on it use a value of
0.5
instead of0.43701595
, resulting in inconsistent output with the same inputs based on the language used.This PR addresses #115.