Changeset 10456 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Jan 28, 2007, 7:15:34 PM (18 years ago)
- Location:
- trunk/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/camera.cc
r10449 r10456 66 66 void Camera::init() 67 67 { 68 this->toList( OM_ COMMON);68 this->toList( OM_ENVIRON_NOTICK); 69 69 //this->setName("camera"); 70 70 this->target = new CameraTarget(); -
trunk/src/world_entities/scrolling_screen.cc
r10455 r10456 162 162 163 163 164 164 Vector ddir = dir.cross( cam->getAbsDirV()); 165 Quaternion q(ddir, cam->getAbsDirV()); 166 this->setAbsDir( q); 165 167 166 168 // if( this->getParent() != cam)
Note: See TracChangeset
for help on using the changeset viewer.