noise-rs
noise-rs copied to clipboard
Different Worley variations have different output ranges
The ones that are particularly bad are worley-linear-range, worley-manhattan-range, and worley-chebyshev-range. The ones that fall within [-1,1] but don't hit it exactly (such as worley-linear-squared_4d) are probably just inadequate sampling sizes. worley-quadratic-range has its own issues, but that should wait to be resolved until after https://github.com/brendanzab/noise-rs/issues/175 is resolved.
Generating 1048576 points for worley-linear_2d.png
Processing 1048576 of 1048576
Finished generating worley-linear_2d.png
MaxValue: 1
MinValue: -1
Generating 1048576 points for worley-linear_3d.png
Processing 1048576 of 1048576
Finished generating worley-linear_3d.png
MaxValue: 1
MinValue: -1
Generating 1048576 points for worley-linear_4d.png
Processing 1048576 of 1048576
Finished generating worley-linear_4d.png
MaxValue: 1
MinValue: -0.9921568627450981
Generating 1048576 points for worley-linear-range_2d.png
Processing 1048576 of 1048576
Finished generating worley-linear-range_2d.png
MaxValue: 1.0087909383089562
MinValue: -1
Generating 1048576 points for worley-linear-range_3d.png
Processing 1048576 of 1048576
Finished generating worley-linear-range_3d.png
MaxValue: 0.9667198923830767
MinValue: -1
Generating 1048576 points for worley-linear-range_4d.png
Processing 1048576 of 1048576
Finished generating worley-linear-range_4d.png
MaxValue: 0.88204510902794
MinValue: -1
Generating 1048576 points for worley-linear-squared_2d.png
Processing 1048576 of 1048576
Finished generating worley-linear-squared_2d.png
MaxValue: 1
MinValue: -1
Generating 1048576 points for worley-linear-squared_3d.png
Processing 1048576 of 1048576
Finished generating worley-linear-squared_3d.png
MaxValue: 1
MinValue: -1
Generating 1048576 points for worley-linear-squared_4d.png
Processing 1048576 of 1048576
Finished generating worley-linear-squared_4d.png
MaxValue: 1
MinValue: -0.9921568627450981
Generating 1048576 points for worley-manhattan_2d.png
Processing 1048576 of 1048576
Finished generating worley-manhattan_2d.png
MaxValue: 1
MinValue: -1
Generating 1048576 points for worley-manhattan_3d.png
Processing 1048576 of 1048576
Finished generating worley-manhattan_3d.png
MaxValue: 1
MinValue: -1
Generating 1048576 points for worley-manhattan_4d.png
Processing 1048576 of 1048576
Finished generating worley-manhattan_4d.png
MaxValue: 1
MinValue: -0.9921568627450981
Generating 1048576 points for worley-manhattan-range_2d.png
Processing 1048576 of 1048576
Finished generating worley-manhattan-range_2d.png
MaxValue: 1.7180156390269357
MinValue: -1
Generating 1048576 points for worley-manhattan-range_3d.png
Processing 1048576 of 1048576
Finished generating worley-manhattan-range_3d.png
MaxValue: 2.000000000000001
MinValue: -1
Generating 1048576 points for worley-manhattan-range_4d.png
Processing 1048576 of 1048576
Finished generating worley-manhattan-range_4d.png
MaxValue: 2.102307488958573
MinValue: -1
Generating 1048576 points for worley-chebyshev_2d.png
Processing 1048576 of 1048576
Finished generating worley-chebyshev_2d.png
MaxValue: 1
MinValue: -1
Generating 1048576 points for worley-chebyshev_3d.png
Processing 1048576 of 1048576
Finished generating worley-chebyshev_3d.png
MaxValue: 1
MinValue: -1
Generating 1048576 points for worley-chebyshev_4d.png
Processing 1048576 of 1048576
Finished generating worley-chebyshev_4d.png
MaxValue: 1
MinValue: -0.9921568627450981
Generating 1048576 points for worley-chebyshev-range_2d.png
Processing 1048576 of 1048576
Finished generating worley-chebyshev-range_2d.png
MaxValue: 0.7187096774193531
MinValue: -1
Generating 1048576 points for worley-chebyshev-range_3d.png
Processing 1048576 of 1048576
Finished generating worley-chebyshev-range_3d.png
MaxValue: 0.7071067811865479
MinValue: -1
Generating 1048576 points for worley-chebyshev-range_4d.png
Processing 1048576 of 1048576
Finished generating worley-chebyshev-range_4d.png
MaxValue: 0.5773502691900001
MinValue: -1
Generating 1048576 points for worley-quadratic_2d.png
Processing 1048576 of 1048576
Finished generating worley-quadratic_2d.png
MaxValue: 1
MinValue: -1
Generating 1048576 points for worley-quadratic_3d.png
Processing 1048576 of 1048576
Finished generating worley-quadratic_3d.png
MaxValue: 1
MinValue: -1
Generating 1048576 points for worley-quadratic_4d.png
Processing 1048576 of 1048576
Finished generating worley-quadratic_4d.png
MaxValue: 1
MinValue: -1
Generating 1048576 points for worley-quadratic-range_2d.png
Processing 1048576 of 1048576
Finished generating worley-quadratic-range_2d.png
MaxValue: 0.979408116545269
MinValue: -1.0000000000000004
Generating 1048576 points for worley-quadratic-range_3d.png
Processing 1048576 of 1048576
Finished generating worley-quadratic-range_3d.png
MaxValue: 0.6510040816326557
MinValue: -1.0000000000000009
Generating 1048576 points for worley-quadratic-range_4d.png
Processing 1048576 of 1048576
Finished generating worley-quadratic-range_4d.png
MaxValue: 0.6417640646075435
MinValue: -1.0000000000000002
this has not been a good week for the worley noise has it