Evaluating Noise


Since noise is a 3D function, we can evaluate it at any point we want. We don't have to worry about about mapping the noise to the object, we just use (x, y, z) at each point as our 3D texture coordinates! It is as if we are carving our object out of a big block of noise.
Original Object Trilinear Noise Triquadratic Noise
Lecture 22 Slide 25 6.837 Fall '98