Updated wrappers

This commit is contained in:
Robert Osfield
2006-11-28 16:49:31 +00:00
parent a2e79f6a38
commit 73fc7a0c1f
16 changed files with 516 additions and 189 deletions

View File

@@ -250,6 +250,14 @@ BEGIN_VALUE_REFLECTOR(osg::Matrixd)
__Vec4d__postMult__C5_Vec4d_R1,
"",
"");
I_Method1(void, set, IN, const osg::Quat &, q,
__void__set__C5_Quat_R1,
"",
"");
I_Method1(void, get, IN, osg::Quat &, q,
__void__get__Quat_R1,
"",
"");
I_Method1(void, setRotate, IN, const osg::Quat &, q,
__void__setRotate__C5_Quat_R1,
"",