- Timestamp:
- Apr 9, 2009, 4:52:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/map/src/orxonox/objects/worldentities/CameraPosition.h
r2662 r2913 54 54 { return this->bAllowMouseLook_; } 55 55 56 inline void setRenderCamera(bool bRenderCamera) 57 { this->bRenderCamera_ = bRenderCamera; } 58 inline bool getRenderCamera() const 59 { return this->bRenderCamera_; } 60 56 61 void attachCamera(Camera* camera); 62 void attachCamera(Ogre::Camera* camera); 57 63 58 64 private: 59 65 bool bDrag_; 60 66 bool bAllowMouseLook_; 67 bool bRenderCamera_; 61 68 }; 62 69 }
Note: See TracChangeset
for help on using the changeset viewer.