include/noise.h
author Radek Brich <radek.brich@devl.cz>
Sun, 09 Dec 2007 10:45:26 +0100
branchpyrit
changeset 31 b4e09433934a
parent 22 76b7bd51d64a
child 34 28f6e8b9d5d1
permissions -rw-r--r--
refraction updated demo.py and bunny.py to present new feature python binding for material settings

#ifndef NOISE_H
#define NOISE_H

#include "common.h"

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

#endif