Changeset 1676 for OpenSceneGraph/trunk/examples/osghud/osghud.cpp
- Timestamp:
- 03/11/03 14:30:03 (10 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/examples/osghud/osghud.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osghud/osghud.cpp
r1648 r1676 80 80 81 81 text->setFont(timesFont); 82 text->setText("Then place a osg::Projection node above the subgraph\nto create an orthographic projection.");82 text->setText("Then place an osg::Projection node above the subgraph\nto create an orthographic projection."); 83 83 text->setPosition(position); 84 84
