Interpolating Noise
To calculate the noise value of any point in space,
we first determine which cube of the lattice the point is in.
Next, we interpolate the desired value using the 8 corners of the cube:
Trilinear interpolation is illustrated above. Higher-order interpolation
can also be used.
|