Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different Worley variations have different output ranges #174

Open
mystise opened this issue Jun 4, 2017 · 1 comment
Open

Different Worley variations have different output ranges #174

mystise opened this issue Jun 4, 2017 · 1 comment

Comments

@mystise
Copy link
Contributor

mystise commented Jun 4, 2017

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 #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
@tayloraswift
Copy link

this has not been a good week for the worley noise has it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants