Changeset 10348 in orxonox.OLD for branches/camera/src/world_entities/cameraman.cc
- Timestamp:
- Jan 24, 2007, 6:55:15 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camera/src/world_entities/cameraman.cc
r10343 r10348 54 54 State::setCamera(currentCam, currentCam->getTarget()); 55 55 OrxSound::SoundEngine::getInstance()->setListener(currentCam); 56 56 57 this->fadeToBlack->setParent(this->currentCam); 57 58 this->fadeToBlack->setRelCoor(3., 0., 0.); … … 60 61 } 61 62 62 63 void CameraMan::testCam()64 {65 cameras[1]->lookAt(currentCam->getTarget());66 cameras[1]->setParentSoft(currentCam->getParent());67 }68 63 69 64
Note: See TracChangeset
for help on using the changeset viewer.