Updated wrappers
This commit is contained in:
parent
a11dd1c479
commit
d23c04018b
@ -276,7 +276,7 @@ public:
|
||||
*/
|
||||
void setBackdropOffset(float horizontal, float vertical);
|
||||
|
||||
float getBackdropHorizontalOffet() const { return _backdropHorizontalOffset; }
|
||||
float getBackdropHorizontalOffset() const { return _backdropHorizontalOffset; }
|
||||
|
||||
float getBackdropVerticalOffset() const { return _backdropVerticalOffset; }
|
||||
|
||||
|
@ -309,6 +309,10 @@ BEGIN_VALUE_REFLECTOR(osgDB::ReaderWriter::ReadResult)
|
||||
__osgDB_Archive_P1__takeArchive,
|
||||
"",
|
||||
"");
|
||||
I_Method0(std::string &, message,
|
||||
__std_string_R1__message,
|
||||
"",
|
||||
"");
|
||||
I_Method0(const std::string &, message,
|
||||
__C5_std_string_R1__message,
|
||||
"",
|
||||
@ -373,6 +377,10 @@ BEGIN_VALUE_REFLECTOR(osgDB::ReaderWriter::WriteResult)
|
||||
____WriteResult__C5_WriteResult_R1,
|
||||
"",
|
||||
"");
|
||||
I_Method0(std::string &, message,
|
||||
__std_string_R1__message,
|
||||
"",
|
||||
"");
|
||||
I_Method0(const std::string &, message,
|
||||
__C5_std_string_R1__message,
|
||||
"",
|
||||
|
@ -94,7 +94,7 @@ BEGIN_OBJECT_REFLECTOR(osgDB::Registry)
|
||||
"");
|
||||
I_Method1(bool, loadLibrary, IN, const std::string &, fileName,
|
||||
__bool__loadLibrary__C5_std_string_R1,
|
||||
"find the library in the SG_LIBRARY_PATH and load it. ",
|
||||
"find the library in the OSG_LIBRARY_PATH and load it. ",
|
||||
"");
|
||||
I_Method1(bool, closeLibrary, IN, const std::string &, fileName,
|
||||
__bool__closeLibrary__C5_std_string_R1,
|
||||
|
@ -300,8 +300,8 @@ BEGIN_OBJECT_REFLECTOR(osgText::Text)
|
||||
__void__setBackdropOffset__float__float,
|
||||
"This overloaded version lets you specify the offset for the horizontal and vertical components separately. ",
|
||||
"");
|
||||
I_Method0(float, getBackdropHorizontalOffet,
|
||||
__float__getBackdropHorizontalOffet,
|
||||
I_Method0(float, getBackdropHorizontalOffset,
|
||||
__float__getBackdropHorizontalOffset,
|
||||
"",
|
||||
"");
|
||||
I_Method0(float, getBackdropVerticalOffset,
|
||||
@ -416,8 +416,8 @@ BEGIN_OBJECT_REFLECTOR(osgText::Text)
|
||||
I_SimpleProperty(const osg::Vec4 &, BackdropColor,
|
||||
__C5_osg_Vec4_R1__getBackdropColor,
|
||||
__void__setBackdropColor__C5_osg_Vec4_R1);
|
||||
I_SimpleProperty(float, BackdropHorizontalOffet,
|
||||
__float__getBackdropHorizontalOffet,
|
||||
I_SimpleProperty(float, BackdropHorizontalOffset,
|
||||
__float__getBackdropHorizontalOffset,
|
||||
0);
|
||||
I_SimpleProperty(osgText::Text::BackdropImplementation, BackdropImplementation,
|
||||
__BackdropImplementation__getBackdropImplementation,
|
||||
|
Loading…
Reference in New Issue
Block a user