On Jan 15, 2008 7:32 PM, Jean-Sebastien Guay <[EMAIL PROTECTED]> wrote: > Just updated OSG and VPB from SVN today, and OSG built fine but VPB is > missing a > return value in DataSet::createDestinationTile(...). Here is the modified > file.
Thanks fix merged and submitted to SVN. > I'll be revisiting the testing we did at the end of last week, just to find > out > if I can make sense of the weird/inconsistent/conflicting results I was > getting. I'll keep you posted. I'm really curious, I've done reviews of the code and haven't spotted any mistakes... yet.. With this type of problems is quite common to find it down to an uninitialized variable, also order of initialization sometimes of variables/objects can be a culprit too. I can't think of any other obvious ones to look at. I'd recommend sticking a break point in DestinationTile::createTerrainTile() method to see what happens to the flow of control. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

