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
Lets say you have a function that evaluates a location in spherical coordinates, and gives you the offset from a sphere surface that the point exists on.
In my case it's a noise function that takes three angles and returns the "height" - essentially the offset from the standard position that the point would exist on in the sphere.
How would you compute normal of that point using this noise function?
The text was updated successfully, but these errors were encountered:
Lets say you have a function that evaluates a location in spherical coordinates, and gives you the offset from a sphere surface that the point exists on.
In my case it's a noise function that takes three angles and returns the "height" - essentially the offset from the standard position that the point would exist on in the sphere.
How would you compute normal of that point using this noise function?
The text was updated successfully, but these errors were encountered: