pyrit_verbosity: new variable for controlling amount of output, see common.h
fix Makefile dependencies for raytracer_module
fix bad view in buddha.py caused by last commit
#ifndef NOISE_H#define NOISE_H#include "common.h"Float perlin(Float x, Float y, Float z);#endif