Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008 #if 0 //!unfinished!
00009
00010 #ifndef __SP_SCENE_CAMERA_TRACKING_H__
00011 #define __SP_SCENE_CAMERA_TRACKING_H__
00012
00013
00014 #include "Base/spStandard.hpp"
00015 #include "SceneGraph/spSceneCamera.hpp"
00016
00017
00018 namespace sp
00019 {
00020 namespace scene
00021 {
00022
00023
00024 class SP_EXPORT TrackingCamera : public Camera
00025 {
00026
00027 public:
00028
00029 TrackingCamera();
00030 virtual ~TrackingCamera();
00031
00032
00033
00034
00035 protected:
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045 };
00046
00047
00048 }
00049
00050 }
00051
00052
00053 #endif
00054
00055 #endif
00056
00057
00058
00059