TorusScene.h

00001 #ifndef TORUS_SCENE_
00002 #define TORUS_SCENE_
00003 
00004 #include "Scene.h"
00005 #include "Geometry.h"
00006 
00013 class TorusScene: public Scene
00014 {
00015 public:
00019         void Init ();
00020 
00021 private:
00022         /*
00023          * Dummy routine used to test some things.
00024          */
00025         void TorusTest (RawObject * raw_object, double r_t, double r_p, int rings, int slices);
00026 };
00027 
00028 #endif

Generated on Sun Jul 2 13:20:39 2006 for Demo by  doxygen 1.4.6-NO