branch | pyrit |
changeset 46 | 6493fb65f0b1 |
parent 44 | 3763b26244f0 |
45:76b254ce92cf | 46:6493fb65f0b1 |
---|---|
27 #ifndef NOISE_H |
27 #ifndef NOISE_H |
28 #define NOISE_H |
28 #define NOISE_H |
29 |
29 |
30 #include "common.h" |
30 #include "common.h" |
31 |
31 |
32 /** |
|
33 * Perlin noise generator |
|
34 */ |
|
32 Float perlin(Float x, Float y, Float z); |
35 Float perlin(Float x, Float y, Float z); |
33 |
36 |
34 #endif |
37 #endif |