Changeset 10640 in orxonox.OLD for branches/vs-enhencements/src/world_entities
- Timestamp:
- Apr 22, 2007, 9:30:42 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/vs-enhencements/src/world_entities/space_ships/space_ship.cc
r10618 r10640 246 246 247 247 248 this->loadModel("models/spaceships/human_spaceship_fighter.obj", .25);248 this->loadModel("models/spaceships/fighter_redesign9.obj"); 249 249 //this->setVisibiliy(false); 250 250 … … 494 494 if( this->entityTrack != NULL && this->isDrawTrack()) 495 495 this->entityTrack->drawGraph(); 496 this->entityTrack->drawBox(); 496 497 497 498 WorldEntity::draw();
Note: See TracChangeset
for help on using the changeset viewer.