March 2005
Intermediate to advanced
880 pages
18h 59m
English
Simon GreenNVIDIA Corporation
This chapter follows up on Ken Perlin’s chapter in GPU Gems, “Implementing Improved Perlin Noise” (Perlin 2004). Whereas Ken’s chapter discussed how to implement fast approximations to procedural noise using 3D textures, here we describe a working GPU implementation of the improved noise algorithm in both Microsoft Direct 3D Effects (FX) and CgFX syntax that exactly matches the reference CPU implementation.
Noise is an important building block for adding natural-looking variety to procedural textures. In the real world, nothing is perfectly uniform, and noise provides a controlled way of adding this randomness to your shaders.
The noise function has several ...
Read now
Unlock full access