Thanks Ross, this looks like a sensible change, now merged and submitted to svn/trunk and OSG-2.8 branch.
On Fri, Apr 24, 2009 at 10:46 PM, Anderson, Ross <[email protected]> wrote: > Symptom: The computation of TerrainTiles containing only image layers (no > elevation layer) is incorrect. The resulting bounding sphere will always > have a radius of zero. > > The fix is to remove the call to bs.expandBy(v) and compute the radius > directly. I believe this call was intended to be bs.expandRadiusBy(v), but > it is superfluous when the radius is computed directly. > > Thanks. > > --------------- > Ross Anderson > [email protected] > Group 106 - Active Optical Systems > MIT Lincoln Laboratory > (781) 981-3344 > > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
