new space partitioning structure: octree
realtime_bunny updated to use octree
plus other files updated to be container type independent (only user programs are supposed to include and use special containers)
/*
* 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