Changeset 6160 for OpenSceneGraph/trunk/examples/osgcatch/osgcatch.cpp
- Timestamp:
- 02/13/07 12:32:28 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgcatch/osgcatch.cpp
r6088 r6160 1154 1154 text->setAlignment(osgText::Text::CENTER_CENTER); 1155 1155 text->setAxisAlignment(osgText::Text::XZ_PLANE); 1156 text->setDataVariance(osg::Object::DYNAMIC); 1156 1157 1157 1158 geode->addDrawable(text); … … 1294 1295 text->setCharacterSize(_width.length()*0.04f); 1295 1296 text->setColor(osg::Vec4(0.0f,0.2f,0.2f,1.0f)); 1297 text->setDataVariance(osg::Object::DYNAMIC); 1296 1298 text->setAxisAlignment(osgText::Text::XZ_PLANE); 1297 1299 … … 1307 1309 _levelText->setCharacterSize(_width.length()*0.04f); 1308 1310 _levelText->setColor(osg::Vec4(0.0f,0.2f,0.2f,1.0f)); 1311 _levelText->setDataVariance(osg::Object::DYNAMIC); 1309 1312 _levelText->setAxisAlignment(osgText::Text::XZ_PLANE); 1310 1313
