Changeset 4937 for OpenSceneGraph/trunk/examples/osgpick/osgpick.cpp
- Timestamp:
- 12/16/05 15:53:51 (7 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/examples/osgpick/osgpick.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgpick/osgpick.cpp
r4662 r4937 142 142 143 143 text->setFont(timesFont); 144 text->setText("Picking in Head Up Displays is simple !=]");144 text->setText("Picking in Head Up Displays is simple!"); 145 145 text->setPosition(position); 146 146
