+−/* +− * Pyrit Ray Tracer +− * file: noise.h +− * +− * Radek Brich, 2006-2007 +− */ +− +−#ifndef NOISE_H +−#define NOISE_H +− +−#include "common.h" +− +−Float perlin(Float x, Float y, Float z); +− +−#endif