#include <Noise.h>
Collaboration diagram for Noise:

Public Methods | |
| Noise () | |
| real | operator() (Vertex3 &p) |
| Noise function. More... | |
| real | turbulence (Vertex3 &p, real beta, unsigned int N=10) |
| N octaves of solid noise. More... | |
|
|
Noise function.
Given a 3D vertex
where
|
|
||||||||||||||||
|
N octaves of solid noise. The turbulence function is defined as:
|