#include "raytrace_defs.h"
#include "point3d.h"
Include dependency graph for noise.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Noise |
Variables | |
const int | MAX_NOISE = 20 |
const int MAX_NOISE = 20 |
Number of points along each axis in the noise matrix. Increasing this value will reduce the number of times the noise has to wrap around.
Definition at line 10 of file noise.h.
Referenced by Noise::get_noise(), and Noise::init_noise().