Changeset 1237 for code/branches/input/src/orxonox/objects
- Timestamp:
- May 6, 2008, 3:01:27 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/input/src/orxonox/objects/SpaceShip.cc
r1236 r1237 246 246 247 247 COUT(4) << "Loader: Initialized spaceship steering with values " << maxSpeedForward_ << " " << maxSpeedRotateUpDown_ << " " << maxSpeedRotateRightLeft_ << " " << maxSpeedLoopRightLeft_ << " " << std::endl; 248 248 } 249 249 */ 250 250 if (xmlElem->Attribute("maxSpeed") && xmlElem->Attribute("maxSideAndBackSpeed") && xmlElem->Attribute("maxRotation") && xmlElem->Attribute("transAcc") && xmlElem->Attribute("rotAcc") && xmlElem->Attribute("transDamp") && xmlElem->Attribute("rotDamp")) … … 272 272 273 273 COUT(4) << "Loader: Initialized SpaceShip" << std::endl; 274 275 276 277 278 279 274 } 275 276 if (xmlElem->Attribute("camera")) 277 { 278 this->setCamera(); 279 } 280 280 } 281 281
Note: See TracChangeset
for help on using the changeset viewer.