src/noise.h
author Radek Brich <radek.brich@devl.cz>
Fri, 23 Nov 2007 01:24:33 +0100
branchpyrit
changeset 10 f9fad94cd0cc
parent 0 3547b885df7e
permissions -rw-r--r--
kd-tree: build algorithm tested and fixed exporting kd-tree to wavefront obj file (visualisation!)

#ifndef NOISE_H
#define NOISE_H

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

#endif