- Timestamp:
- 09/19/06 22:19:29 (7 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgfadetext/osgfadetext.cpp
r5573 r5576 100 100 { 101 101 osg::Geode* geode = new osg::Geode; 102 osgText:: Text* text = new osgText::Text;102 osgText::FadeText* text = new osgText::FadeText; 103 103 104 104 text->setText("This is a test");
