Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 11, 2005, 4:43:13 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/textEngine: Blending of text enabled

File:
1 edited

Legend:

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

    r3776 r3777  
    354354            this->testText = TextEngine::getInstance()->createText("fonts/earth.ttf", 30, TEXT_DYNAMIC, 0, 255, 0);
    355355            testText->setText("TEXT  rocks");
     356            testText->setBlending(.5);
    356357            testText->setBindNode(tn);
    357358
Note: See TracChangeset for help on using the changeset viewer.