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
Here the z coordinate of the p is scaled, but the p itself when it is passed to noise.turb is not. Therefore the turbulence is not scaled with the texture as it should be (one can also see it in the final image, where instead of a nice marble texture one sees some white noise). I think the correct line would be
There is a related issue #425 : the picture would look even better if the noise was aligned along different axis: when one aligns along z, the unnatural con-axed circles on the marble surface are apparent.
The text was updated successfully, but these errors were encountered:
mu-lambda
changed the title
Book 2 > Perlin Noise > Adjusting the phase
Book 2 > Perlin Noise > Adjusting the phase: wrong scaling
Jun 8, 2021
mu-lambda
added a commit
to mu-lambda/raytracing.github.io
that referenced
this issue
Jun 8, 2021
In the current book (also in dev-major branch), the value for the noise texture looks like this
Here the z coordinate of the
p
is scaled, but thep
itself when it is passed tonoise.turb
is not. Therefore the turbulence is not scaled with the texture as it should be (one can also see it in the final image, where instead of a nice marble texture one sees some white noise). I think the correct line would beWith this change, one gets a nice marble texture in the final render, like here: https://github.com/mu-lambda/mu-lambda-raytracer/blob/main/final_scene.jpg
There is a related issue #425 : the picture would look even better if the noise was aligned along different axis: when one aligns along z, the unnatural con-axed circles on the marble surface are apparent.
The text was updated successfully, but these errors were encountered: