Changeset 10396 in orxonox.OLD
- Timestamp:
- Jan 26, 2007, 10:17:29 PM (18 years ago)
- Location:
- trunk/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/camera.cc
r10391 r10396 66 66 void Camera::init() 67 67 { 68 this->setName("camera");68 //this->setName("camera"); 69 69 this->target = new CameraTarget(); 70 70 this->target->masta=this; -
trunk/src/world_entities/cameraman.cc
r10395 r10396 95 95 BaseObject* object = ObjectListBase::getBaseObject("Camera", camName); 96 96 97 printf("Setting Camera to: %s \n", camName.c_str()); 97 98 if(object != NULL) 98 99 { 100 99 101 currentCam = dynamic_cast<Camera*>(object) ; 100 102
Note: See TracChangeset
for help on using the changeset viewer.