include/noise.h
author Radek Brich <radek.brich@devl.cz>
Sun, 09 Dec 2007 15:01:51 +0100
branchpyrit
changeset 33 83d0200d4c09
parent 22 76b7bd51d64a
child 34 28f6e8b9d5d1
permissions -rw-r--r--
make over-sampling work together with sub-sampling

#ifndef NOISE_H
#define NOISE_H

#include "common.h"

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

#endif