Updated wrappers
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#include <osg/Drawable>
|
||||
#include <osg/Image>
|
||||
#include <osg/Node>
|
||||
#include <osg/NodeCallback>
|
||||
#include <osg/Object>
|
||||
#include <osg/PrimitiveSet>
|
||||
#include <osg/Referenced>
|
||||
@@ -46,6 +47,7 @@ BEGIN_ENUM_REFLECTOR(osg::CopyOp::Options)
|
||||
I_EnumLabel(osg::CopyOp::DEEP_COPY_PRIMITIVES);
|
||||
I_EnumLabel(osg::CopyOp::DEEP_COPY_SHAPES);
|
||||
I_EnumLabel(osg::CopyOp::DEEP_COPY_UNIFORMS);
|
||||
I_EnumLabel(osg::CopyOp::DEEP_COPY_NODECALLBACKS);
|
||||
I_EnumLabel(osg::CopyOp::DEEP_COPY_ALL);
|
||||
END_REFLECTOR
|
||||
|
||||
|
||||
@@ -295,6 +295,11 @@ BEGIN_OBJECT_REFLECTOR(osgDB::FileList)
|
||||
__bool__removeFile__C5_std_string_R1,
|
||||
"",
|
||||
"");
|
||||
I_Method1(void, append, IN, osgDB::FileList *, fileList,
|
||||
Properties::NON_VIRTUAL,
|
||||
__void__append__FileList_P1,
|
||||
"",
|
||||
"");
|
||||
I_SimpleProperty(osgDB::FileList::FileNames &, FileNames,
|
||||
__FileNames_R1__getFileNames,
|
||||
0);
|
||||
|
||||
Reference in New Issue
Block a user