Changeset 1643 for OpenSceneGraph/trunk/examples/osghud/osghud.cpp
- Timestamp:
- 03/04/03 13:34:42 (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
r1641 r1643 80 80 81 81 text->setFont(timesFont); 82 text->setText("Then place a osg::Projection node above the subgraph\nto create an o thrographprojection.");82 text->setText("Then place a osg::Projection node above the subgraph\nto create an orthographic projection."); 83 83 text->setPosition(position); 84 84
