Changeset 6108 for code/branches/presentation2/src/orxonox/graphics
- Timestamp:
- Nov 20, 2009, 8:15:25 PM (15 years ago)
- Location:
- code/branches/presentation2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2
- Property svn:mergeinfo changed
/code/branches/steering (added) merged: 5979,5981,5984,5993,6001,6033,6045,6052,6055,6058,6091
- Property svn:mergeinfo changed
-
code/branches/presentation2/src/orxonox/graphics/Camera.cc
r5929 r6108 61 61 62 62 this->camera_ = this->getScene()->getSceneManager()->createCamera(getUniqueNumberString()); 63 this->camera_->setUserObject(this); 63 64 this->cameraNode_ = this->getScene()->getRootSceneNode()->createChildSceneNode(); 64 65 this->attachNode(this->cameraNode_); -
code/branches/presentation2/src/orxonox/graphics/Camera.h
r5781 r6108 52 52 void releaseFocus(); 53 53 54 inline Ogre::Camera* getOgreCamera() 55 { return this->camera_; } 56 54 57 inline bool hasFocus() 55 58 { return this->bHasFocus_; }
Note: See TracChangeset
for help on using the changeset viewer.