From c81ba225c9fea5fe9e66cbb6a2a043b8a7b7a147 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 12 May 2009 11:12:11 +0000 Subject: [PATCH] Updated wrappers --- src/osgWrappers/osgUtil/IntersectVisitor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osgWrappers/osgUtil/IntersectVisitor.cpp b/src/osgWrappers/osgUtil/IntersectVisitor.cpp index 386809296..442a2fb9f 100644 --- a/src/osgWrappers/osgUtil/IntersectVisitor.cpp +++ b/src/osgWrappers/osgUtil/IntersectVisitor.cpp @@ -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,