Changeset 1927 for OpenSceneGraph/trunk/examples/osglogo/osglogo.cpp
- Timestamp:
- 04/30/03 13:40:17 (10 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/examples/osglogo/osglogo.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osglogo/osglogo.cpp
r1906 r1927 131 131 132 132 text->setFont(font); 133 text->setFont Size(64,64);133 text->setFontResolution(64,64); 134 134 text->setAlignment(osgText::Text::CENTER_CENTER); 135 135 text->setAxisAlignment(osgText::Text::XZ_PLANE); … … 158 158 159 159 text->setFont(font); 160 text->setFont Size(110,120);160 text->setFontResolution(110,120); 161 161 text->setAlignment(osgText::Text::RIGHT_CENTER); 162 162 text->setAxisAlignment(osgText::Text::XZ_PLANE);
