Fixed bug related to clean up of text fonts.

This commit is contained in:
Robert Osfield
2006-10-03 11:14:34 +00:00
parent 392232ec06
commit 7c6b528588
10 changed files with 59 additions and 18 deletions

View File

@@ -125,6 +125,7 @@ BEGIN_OBJECT_REFLECTOR(osgProducer::Viewer)
I_Method0(osg::Quat, getOrientation);
I_Method1(void, getUsage, IN, osg::ApplicationUsage &, usage);
I_Method0(void, updatedSceneData);
I_Method0(void, cleanup_frame);
I_StaticMethod0(const char *, getDefaultImageFileName);
I_Property(osg::AnimationPath *, AnimationPath);
I_ReadOnlyProperty(osg::NodePath, CoordinateSystemNodePath);