Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

GlowBall.H

Go to the documentation of this file.
00001 /**************************************************************
00002  *  Name: Sascha Becker (sab)
00003  *  File: GlowBall.H
00004  *  Asgn: cavewriting
00005  *  Date: Sat Mar 12 21:47:53 EST 2005
00006  **************************************************************/
00007 
00008 #ifndef GlowBall_Header
00009 #define GlowBall_Header
00010 
00011 #include <DrawObj.H>
00012 #include <IS3D.H>
00013 
00014 typedef ReferenceCountedPointer<class GlowBall> GlowBallRef;
00015 
00016 
00017 class GlowBall : public IS3D::DrawObj {
00018 
00019 public:
00020 
00021   GlowBall(Array<std::string> trackerTriggers);
00022   virtual ~GlowBall();
00023 
00024   void draw();
00025 
00026 protected:
00027   void trackerMovement(EventRef e); 
00028   TextureRef _texture; 
00029 
00030 private:
00031 
00032 };
00033 
00034 #endif

Generated on Sun Apr 17 13:34:27 2005 for cavewriting by  doxygen 1.4.0