include/noise.h
author Radek Brich <radek.brich@devl.cz>
Sun, 09 Dec 2007 13:31:38 +0100
branchpyrit
changeset 32 8af5c17d368b
parent 22 76b7bd51d64a
child 34 28f6e8b9d5d1
permissions -rw-r--r--
new Raytracer option: oversampling add 9x and 16x oversampling (5x was available through preproc. directive)

#ifndef NOISE_H
#define NOISE_H

#include "common.h"

Float perlin(Float x, Float y, Float z);

#endif