From Eric Sokolowski, added support for the new Text line spacing parameter to the .osg and .ive formats.

This commit is contained in:
Robert Osfield
2007-02-02 16:51:59 +00:00
parent 6d9641a78b
commit bee545b82d
4 changed files with 28 additions and 1 deletions

View File

@@ -501,6 +501,8 @@ int main(int , char **)
viewer.setSceneData(group);
}
osgDB::writeNodeFile(*viewer.getSceneData(),"text.osg");
return viewer.run();
}