RayTracerChap2.h Source File

Chapitre 2

Main Page   Class Hierarchy   Compound List   File List   Compound Members  

RayTracerChap2.h

00001 
00007 #include "UtilityLib.h"
00008 #include "CTargetCamera.h"
00009 #include "CSphere.h"
00010 #include "CPlane.h"
00011 #include "CScene.h"
00012 #include "CMaterial.h"
00013 #include "CPointLight.h"
00014 
00015 // Prototypes de nos fonctions
00016 CColor RayTrace(const CScene& scene, const CRay& ray, unsigned int depth);
00017 int Render(const CScene& scene, unsigned int width, unsigned height, const char* outputfilename);

Generated on Fri Apr 19 16:19:34 2002 by doxygen1.2.15