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

Discontinuities in 3D noise #8

Open
asklar opened this issue Dec 19, 2019 · 2 comments
Open

Discontinuities in 3D noise #8

asklar opened this issue Dec 19, 2019 · 2 comments

Comments

@asklar
Copy link

asklar commented Dec 19, 2019

I'm generating noise on a 3d sphere and then projecting it onto a plane. Everything works fine as long as I don't reset the seed value; but resetting the seed value seems to introduce discontinuities in the generated data which makes it unusable. The discontinuities look like a sine function plot on my projected plane, which I believe means it would correspond to a straight line in cartesian 3d space.

@DoogeJ
Copy link

DoogeJ commented Mar 13, 2021

@asklar this might be related to issue #7 ; if you ever find a solution 👀 could you please update that one as well.

@asklar
Copy link
Author

asklar commented Mar 13, 2021

Yes seems related

ntark added a commit to ntark/SimplexNoise that referenced this issue Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants