Changeset 9190 in orxonox.OLD for branches/presentation/src
- Timestamp:
 - Jul 5, 2006, 7:41:11 AM (19 years ago)
 - Location:
 - branches/presentation/src/world_entities
 - Files:
 - 
          
- 2 edited
 
- 
          creatures/fps_player.cc (modified) (1 diff)
 - 
          environments/building.cc (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/presentation/src/world_entities/creatures/fps_player.cc
r9189 r9190 246 246 247 247 this->aimingSystem->toList(OM_LIST(this->getOMListNumber() + 1) /*OM_GROUP_01*/); 248 this->aimingSystem->setParent( this->cameraNode);248 this->aimingSystem->setParent(&this->cameraNode); 249 249 this->aimingSystem->setParentMode(PNODE_ROTATE_AND_MOVE); 250 250 }  - 
        
branches/presentation/src/world_entities/environments/building.cc
r7193 r9190 32 32 { 33 33 this->setClassID(CL_BUILDING, "Building"); 34 this->toList(OM_ ENVIRON_NOTICK);34 this->toList(OM_GROUP_01); 35 35 36 36 if (root != NULL)  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






