CTargetCamera.h
00001 00007 #ifndef __CTARGETCAM_H__ 00008 #define __CTARGETCAM_H__ 00009 00010 #include "CCamera.h" 00011 00012 class CTargetCamera : public CCamera 00013 { 00014 private: 00015 CVector3D mLookAtPoint; // Le point observé 00016 00017 public: 00018 // constructeurs et destructeur 00019 CTargetCamera() {} 00020 CTargetCamera(CVector3D& camPos, CVector3D& lookAtPoint, CVector3D& upVector); 00021 virtual ~CTargetCamera() {} 00022 }; 00023 00024 #endif /* #ifndef __CTARGETCAM_H__ */
Generated on Fri Apr 19 16:19:34 2002 by 1.2.15