Fixed osgAnimation wrappers
This commit is contained in:
@@ -58,94 +58,3 @@ TYPE_NAME_ALIAS(osgAnimation::TemplateCubicBezierInterpolator< osg::Vec3 COMMA
|
||||
|
||||
TYPE_NAME_ALIAS(osgAnimation::TemplateCubicBezierInterpolator< osg::Vec4 COMMA osgAnimation::Vec4CubicBezier >, osgAnimation::Vec4CubicBezierInterpolator)
|
||||
|
||||
BEGIN_OBJECT_REFLECTOR(osgAnimation::TemplateStepInterpolator< double COMMA double >)
|
||||
I_DeclaringFile("osgAnimation/Interpolator");
|
||||
I_BaseType(osgAnimation::TemplateInterpolatorBase);
|
||||
I_Constructor0(____TemplateStepInterpolator,
|
||||
"",
|
||||
"");
|
||||
I_Method3(void, getValue, IN, const osgAnimation::TemplateKeyframeContainer< KEY > &, keyframes, IN, float, time, IN, TYPE &, result,
|
||||
Properties::NON_VIRTUAL,
|
||||
__void__getValue__C5_TemplateKeyframeContainerT1_KEY__R1__float__TYPE_R1,
|
||||
"",
|
||||
"");
|
||||
END_REFLECTOR
|
||||
|
||||
BEGIN_OBJECT_REFLECTOR(osgAnimation::TemplateStepInterpolator< float COMMA float >)
|
||||
I_DeclaringFile("osgAnimation/Interpolator");
|
||||
I_BaseType(osgAnimation::TemplateInterpolatorBase);
|
||||
I_Constructor0(____TemplateStepInterpolator,
|
||||
"",
|
||||
"");
|
||||
I_Method3(void, getValue, IN, const osgAnimation::TemplateKeyframeContainer< KEY > &, keyframes, IN, float, time, IN, TYPE &, result,
|
||||
Properties::NON_VIRTUAL,
|
||||
__void__getValue__C5_TemplateKeyframeContainerT1_KEY__R1__float__TYPE_R1,
|
||||
"",
|
||||
"");
|
||||
END_REFLECTOR
|
||||
|
||||
BEGIN_OBJECT_REFLECTOR(osgAnimation::TemplateStepInterpolator< osg::Quat COMMA osg::Quat >)
|
||||
I_DeclaringFile("osgAnimation/Interpolator");
|
||||
I_BaseType(osgAnimation::TemplateInterpolatorBase);
|
||||
I_Constructor0(____TemplateStepInterpolator,
|
||||
"",
|
||||
"");
|
||||
I_Method3(void, getValue, IN, const osgAnimation::TemplateKeyframeContainer< KEY > &, keyframes, IN, float, time, IN, TYPE &, result,
|
||||
Properties::NON_VIRTUAL,
|
||||
__void__getValue__C5_TemplateKeyframeContainerT1_KEY__R1__float__TYPE_R1,
|
||||
"",
|
||||
"");
|
||||
END_REFLECTOR
|
||||
|
||||
BEGIN_OBJECT_REFLECTOR(osgAnimation::TemplateStepInterpolator< osg::Vec2 COMMA osg::Vec2 >)
|
||||
I_DeclaringFile("osgAnimation/Interpolator");
|
||||
I_BaseType(osgAnimation::TemplateInterpolatorBase);
|
||||
I_Constructor0(____TemplateStepInterpolator,
|
||||
"",
|
||||
"");
|
||||
I_Method3(void, getValue, IN, const osgAnimation::TemplateKeyframeContainer< KEY > &, keyframes, IN, float, time, IN, TYPE &, result,
|
||||
Properties::NON_VIRTUAL,
|
||||
__void__getValue__C5_TemplateKeyframeContainerT1_KEY__R1__float__TYPE_R1,
|
||||
"",
|
||||
"");
|
||||
END_REFLECTOR
|
||||
|
||||
BEGIN_OBJECT_REFLECTOR(osgAnimation::TemplateStepInterpolator< osg::Vec3 COMMA osg::Vec3 >)
|
||||
I_DeclaringFile("osgAnimation/Interpolator");
|
||||
I_BaseType(osgAnimation::TemplateInterpolatorBase);
|
||||
I_Constructor0(____TemplateStepInterpolator,
|
||||
"",
|
||||
"");
|
||||
I_Method3(void, getValue, IN, const osgAnimation::TemplateKeyframeContainer< KEY > &, keyframes, IN, float, time, IN, TYPE &, result,
|
||||
Properties::NON_VIRTUAL,
|
||||
__void__getValue__C5_TemplateKeyframeContainerT1_KEY__R1__float__TYPE_R1,
|
||||
"",
|
||||
"");
|
||||
END_REFLECTOR
|
||||
|
||||
BEGIN_OBJECT_REFLECTOR(osgAnimation::TemplateStepInterpolator< osg::Vec3 COMMA osgAnimation::Vec3Packed >)
|
||||
I_DeclaringFile("osgAnimation/Interpolator");
|
||||
I_BaseType(osgAnimation::TemplateInterpolatorBase);
|
||||
I_Constructor0(____TemplateStepInterpolator,
|
||||
"",
|
||||
"");
|
||||
I_Method3(void, getValue, IN, const osgAnimation::TemplateKeyframeContainer< KEY > &, keyframes, IN, float, time, IN, TYPE &, result,
|
||||
Properties::NON_VIRTUAL,
|
||||
__void__getValue__C5_TemplateKeyframeContainerT1_KEY__R1__float__TYPE_R1,
|
||||
"",
|
||||
"");
|
||||
END_REFLECTOR
|
||||
|
||||
BEGIN_OBJECT_REFLECTOR(osgAnimation::TemplateStepInterpolator< osg::Vec4 COMMA osg::Vec4 >)
|
||||
I_DeclaringFile("osgAnimation/Interpolator");
|
||||
I_BaseType(osgAnimation::TemplateInterpolatorBase);
|
||||
I_Constructor0(____TemplateStepInterpolator,
|
||||
"",
|
||||
"");
|
||||
I_Method3(void, getValue, IN, const osgAnimation::TemplateKeyframeContainer< KEY > &, keyframes, IN, float, time, IN, TYPE &, result,
|
||||
Properties::NON_VIRTUAL,
|
||||
__void__getValue__C5_TemplateKeyframeContainerT1_KEY__R1__float__TYPE_R1,
|
||||
"",
|
||||
"");
|
||||
END_REFLECTOR
|
||||
|
||||
|
||||
Reference in New Issue
Block a user