new C++ demo: realtime_dragon.cc
class Container moved to its own source file (from kdtree.*)
new directory for models and Makefile which downloads and prepares them
fixed python module path in some forgotten demos
ShapeList moved to scene.h
#ifndef NOISE_H#define NOISE_H#include "common.h"Float perlin(Float x, Float y, Float z);#endif