Updated wrappers

This commit is contained in:
Robert Osfield
2009-05-12 11:12:11 +00:00
parent 79967399fe
commit c81ba225c9

View File

@@ -40,8 +40,8 @@ TYPE_NAME_ALIAS(std::vector< int >, osgUtil::Hit::VecIndexList)
BEGIN_VALUE_REFLECTOR(osgUtil::Hit)
I_DeclaringFile("osgUtil/IntersectVisitor");
I_Constructor0(____Hit,
"Describes a point in space produced by an intersection of a line with a scene. ",
"A Hit is always on a surface as rendered by the Open Scene Graph scene (usually a triangle or other primitive, but a special hit handler could return a different value perhaps: a sphere shape might return a Hit on the true sphere rather than the approximate tessellated sphere rendered. ");
"Deprecated. ",
"");
I_Constructor1(IN, const osgUtil::Hit &, hit,
Properties::NON_EXPLICIT,
____Hit__C5_Hit_R1,