Updated wrappers

This commit is contained in:
Robert Osfield
2008-02-25 13:16:36 +00:00
parent c52fdc0c77
commit 847a384101
2 changed files with 0 additions and 8 deletions

View File

@@ -199,10 +199,6 @@ BEGIN_OBJECT_REFLECTOR(osgText::Font)
__void__releaseGLObjects__osg_State_P1,
"If State is non-zero, this function releases OpenGL objects for the specified graphics context. ",
"Otherwise, releases OpenGL objexts for all graphics contexts. ");
I_StaticMethod0(osgText::Font::FontMutex *, getSerializeFontCallsMutex,
__FontMutex_P1__getSerializeFontCallsMutex_S,
"Get the mutex that enables the serialization of calls to this font. ",
"");
I_ProtectedMethod3(void, addGlyph, IN, const osgText::FontResolution &, fontRes, IN, unsigned int, charcode, IN, osgText::Font::Glyph *, glyph,
Properties::NON_VIRTUAL,
Properties::NON_CONST,

View File

@@ -122,10 +122,6 @@ BEGIN_OBJECT_REFLECTOR(osgText::Font3D)
__void__setThreadSafeRefUnref__bool,
"Set whether to use a mutex to ensure ref() and unref(). ",
"");
I_StaticMethod0(osgText::Font3D::Font3DMutex *, getSerializeFontCallsMutex,
__Font3DMutex_P1__getSerializeFontCallsMutex_S,
"Get the mutex that enables the serialization of calls to this font. ",
"");
I_ProtectedMethod2(void, addGlyph, IN, unsigned int, charcode, IN, osgText::Font3D::Glyph3D *, glyph,
Properties::NON_VIRTUAL,
Properties::NON_CONST,