Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3708 in orxonox.OLD for orxonox/trunk/src/story_entities/world.cc


Ignore:
Timestamp:
Apr 1, 2005, 1:41:38 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: added testbullet class. some changes in the weapon class to make it look much better and also more performant

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.cc

    r3686 r3708  
    351351            tn->addChild(this->localCamera);
    352352            //      localCamera->lookAt(tn);
    353             this->localPlayer->setMode(PNODE_ALL);
     353            this->localPlayer->setMode(PNODE_ROTATE_MOVEMENT);
    354354            //Vector* cameraOffset = new Vector (0, 5, -10);
    355355            trackManager->condition(2, LEFTRIGHT, this->localPlayer);
Note: See TracChangeset for help on using the changeset viewer.