Updated wrappers.

This commit is contained in:
Robert Osfield
2005-07-23 19:08:02 +00:00
parent c210dd2db9
commit d8a5c2e7ac
11 changed files with 129 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
#include <osgIntrospection/Attributes>
#include <osg/BoundingBox>
#include <osg/CameraNode>
#include <osg/CopyOp>
#include <osg/Drawable>
#include <osg/Matrix>
@@ -66,6 +67,10 @@ BEGIN_OBJECT_REFLECTOR(osgSim::ImpostorSprite)
I_Method1(bool, supports, IN, const osg::PrimitiveFunctor &, x);
I_Method1(void, accept, IN, osg::PrimitiveFunctor &, pf);
I_Method0(osg::BoundingBox, computeBound);
I_Method1(void, setCameraNode, IN, osg::CameraNode *, camera);
I_Method0(osg::CameraNode *, getCameraNode);
I_Method0(const osg::CameraNode *, getCameraNode);
I_Property(osg::CameraNode *, CameraNode);
I_ReadOnlyProperty(osg::Vec3 *, ControlCoords);
I_ReadOnlyProperty(osg::Vec3 *, Coords);
I_Property(int, LastFrameUsed);