Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Reinserting spheres in Min_sphere_of_spheres_d

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Reinserting spheres in Min_sphere_of_spheres_d


Chronological Thread 
  • From: Samuel Hornus <>
  • To:
  • Subject: Re: [cgal-discuss] Reinserting spheres in Min_sphere_of_spheres_d
  • Date: Fri, 10 Sep 2010 17:05:10 +0200
  • Organization: LORIA

On Fri, 10 Sep 2010 16:03:38 +0200
Samuel Hornus
<>
wrote:

> Thank you Bernd,
>
> l.clear() indeed seems to fix the problem and, as far as I can trust
> gluSphere and my code and my eyes, the patched code correctly computes
> the new miniball(s), and I get a little more than 30% speed-up for
> computing all the balls.

It seems my eyes were not to be trusted, I use the hierarchy for Level
Of Detail visualization. When computing the bounding sphere of each
node from scratch, it works really fine. But when reusing some
Min_sphere_of_sphere_d's... the display of LOD is somewhat erratic, so
there might be more to do than a simple l.clear(), but I will also
investigate if the problem does come from my non-CGAL code or not.

regards,
--
Samuel



Archive powered by MHonArc 2.6.16.

Top of Page