Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7091 in orxonox.OLD


Ignore:
Timestamp:
Feb 7, 2006, 5:26:59 PM (18 years ago)
Author:
patrick
Message:

trunk: model display patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/playable.cc

    r7090 r7091  
    153153  if( this->getOwner() % 2 == 0)
    154154  {
    155     this->toList(OM_GROUP_00);
     155//     this->toList(OM_GROUP_00);
    156156    this->setAbsCoor(213.37, 57.71, -47.98);
    157157    this->setAbsDir(Quaternion(0.16, 0.98, -0.10));
     
    159159  else
    160160  {
    161     this->toList(OM_GROUP_01);
     161//     this->toList(OM_GROUP_01);
    162162    this->setAbsCoor(-314.450, 40.701, 83.554);
    163163    this->setAbsDir(0, 0, 1, 0);
     
    177177
    178178
    179     this->toList(OM_GROUP_05);
     179//     this->toList(OM_GROUP_05);
    180180  //HACK: moves the entity to an unknown place far far away: in the future, GameRules will look for that
    181181    this->setAbsCoor(-2000.0, -2000.0, -2000.0);
Note: See TracChangeset for help on using the changeset viewer.