src/noise.h
author Radek Brich <radek.brich@devl.cz>
Thu, 25 Oct 2007 16:40:22 +0200
branchpyrit
changeset 0 3547b885df7e
permissions -rw-r--r--
initial commit, raytracer source as written year ago and unchanged since 2007-03-25

#ifndef NOISE_H
#define NOISE_H

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

#endif