Updated FTGL version to 1.0 and removed a couple of warnings in the osgText demo.

This commit is contained in:
Robert Osfield
2001-10-24 09:41:42 +00:00
parent 6ddb40ba70
commit 5853215f1c
33 changed files with 921 additions and 158 deletions

View File

@@ -65,7 +65,6 @@ void set2dScene(osg::Group* rootNode)
osgText::Text* text;
osg::Geode* geode;
osg::Material* textMaterial;
osg::Vec4 textColor;
osg::StateSet* textState;
double xOffset=250;
double yOffset=gFontSize+10;
@@ -250,7 +249,6 @@ void setScene(osg::Group* rootNode)
osgText::Text* text;
osg::Geode* geode;
osg::Material* textMaterial;
osg::Vec4 textColor;
osg::StateSet* textState;
double xOffset=0;
double yOffset=0;