- Timestamp:
- 09/20/06 12:36:21 (7 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgfadetext/osgfadetext.cpp
r5576 r5578 102 102 osgText::FadeText* text = new osgText::FadeText; 103 103 104 text->setText(" This is a test");104 text->setText("One"); 105 105 text->setFont("fonts/arial.ttf"); 106 106 text->setPosition(position); … … 119 119 osgText::FadeText* text = new osgText::FadeText; 120 120 121 text->setText("T his is a test");121 text->setText("Two"); 122 122 text->setFont("fonts/arial.ttf"); 123 123 text->setPosition(position);
