You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: