Updated wrappers

This commit is contained in:
Robert Osfield
2008-07-16 13:29:35 +00:00
parent 5f0f80cab2
commit 270a671c75

View File

@@ -166,9 +166,9 @@ BEGIN_VALUE_REFLECTOR(osg::KdTree::BuildOptions)
I_Constructor0(____BuildOptions,
"",
"");
I_PublicMemberProperty(int, _numVerticesProcessed);
I_PublicMemberProperty(int, _targetNumTrianglesPerLeaf);
I_PublicMemberProperty(int, _maxNumLevels);
I_PublicMemberProperty(unsigned int, _numVerticesProcessed);
I_PublicMemberProperty(unsigned int, _targetNumTrianglesPerLeaf);
I_PublicMemberProperty(unsigned int, _maxNumLevels);
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::KdTree::KdNode)