Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 22, 2007, 9:30:42 PM (17 years ago)
Author:
nicolasc
Message:

visual version of the action box, currently in the track.{cc,h}

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/vs-enhencements/src/world_entities/space_ships/space_ship.cc

    r10618 r10640  
    246246
    247247
    248  this->loadModel("models/spaceships/human_spaceship_fighter.obj", .25);
     248  this->loadModel("models/spaceships/fighter_redesign9.obj");
    249249  //this->setVisibiliy(false);
    250250
     
    494494  if( this->entityTrack != NULL && this->isDrawTrack())
    495495    this->entityTrack->drawGraph();
     496  this->entityTrack->drawBox();
    496497
    497498  WorldEntity::draw();
Note: See TracChangeset for help on using the changeset viewer.