Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Surface remeshing using mesh generation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Surface remeshing using mesh generation


Chronological Thread 
  • From: Andreas Fabri <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Surface remeshing using mesh generation
  • Date: Wed, 14 Mar 2012 15:59:13 +0100
  • Organization: GeometryFactory

On 14/03/2012 15:50, Zohar wrote:

I'm not sure what you mean by grid points.

I might have missed something. For the polyhedral surface
oracle I experimented around as follows: I've precomputed
inside/outside for points on an almost regular grid inside
the bbox of the object, and I modified the in_domain test
of the oracle. Instead of shooting a ray in the AABB tree
of the polyhdral surface, I shoot a segment to the closest
grid point (to find it is a division).

andreas


Again, I declared a continuous implicit function, which I feed to the mesh
generator c2t3 (which to me is a black box). The function returns a signed
distance of a point from the poly surface, where I shoot one random ray from
the point, and count the number of intersections.



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Surface-remeshing-using-mesh-generation-tp4471479p4472033.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



--
Andreas Fabri, PhD
Chief Officer, GeometryFactory
Editor, The CGAL Project

phone: +33.492.954.912 skype: andreas.fabri



Archive powered by MHonArc 2.6.16.

Top of Page