Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 3, 2005, 9:55:33 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/textEngine: added bind-node ability, so now the text tries to follow a given PNode (currently trackNode)
the work is not finished, so do not expect too much

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/textEngine/src/story_entities/world.cc

    r3707 r3715  
    302302            this->spawn (this->localPlayer);
    303303            /*monitor progress*/
    304             //this->glmis->step();         
     304            //this->glmis->step();
    305305            this->glmis->step();
    306306
     
    347347            PNode* tn = trackManager->getTrackNode();
    348348            tn->addChild(this->localPlayer);
     349            tmpFont->setBindNode(tn);
    349350
    350351            //localCamera->setParent(TrackNode::getInstance());
Note: See TracChangeset for help on using the changeset viewer.