From Jeremy Moles, Updated file references to reflect new data in OpenSceneGraph-Data

This commit is contained in:
Robert Osfield
2008-07-15 22:30:51 +00:00
parent a8cb408213
commit a20e5791d9
8 changed files with 27 additions and 27 deletions

View File

@@ -25,7 +25,7 @@ const char* LABEL2 =
osgWidget::Label* createLabel(const std::string& l, unsigned int size=13) {
osgWidget::Label* label = new osgWidget::Label("", "");
label->setFont("fonts/arial.ttf");
label->setFont("fonts/Vera.ttf");
label->setFontSize(size);
label->setFontColor(1.0f, 1.0f, 1.0f, 1.0f);
label->setLabel(l);