Changeset 5395 for OpenSceneGraph/trunk/examples/osgtext/osgtext.cpp
- Timestamp:
- 08/05/06 18:57:52 (7 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/examples/osgtext/osgtext.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgtext/osgtext.cpp
r5388 r5395 417 417 text4->setPosition(center); 418 418 text4->setAxisAlignment(osgText::Text::SCREEN); 419 420 #if 1 421 // reproduce outline bounding box compute problem with backdrop on. 422 text4->setBackdropType(osgText::Text::OUTLINE); 423 text4->setDrawMode(osgText::Text::TEXT | osgText::Text::BOUNDINGBOX); 424 #endif 425 419 426 text4->setText("SCREEN"); 420 427 geode->addDrawable(text4);
