Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7094 in orxonox.OLD


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

trunk: spaceship orientation

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/multi_player_world_data.cc

    r7093 r7094  
    213213        playable->toList(OM_GROUP_00);
    214214        playable->setAbsCoor(213.37, 57.71, -47.98);
    215         playable->setAbsDirPlay(Quaternion(0.16, 0.98, -0.10));
     215        playable->setAbsDirPlay(Quaternion(M_PI, 0.0, 1.0, 0.0));
    216216      }
    217217    }
  • trunk/src/world_entities/playable.cc

    r7092 r7094  
    163163//     this->toList(OM_GROUP_00);
    164164    this->setAbsCoor(213.37, 57.71, -47.98);
    165     this->setAbsDir(Quaternion(0.16, 0.98, -0.10));
     165    this->setAbsDir(0, 0, 1, 0);
    166166  }
    167167  else
Note: See TracChangeset for help on using the changeset viewer.