Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] How to compute SDF values upon vertices with CGAL

Subject: CGAL users discussion list

List archive

[cgal-discuss] How to compute SDF values upon vertices with CGAL


Chronological Thread 
  • From: "刘川" <>
  • To: "cgal-discuss" <>
  • Subject: [cgal-discuss] How to compute SDF values upon vertices with CGAL
  • Date: Tue, 17 May 2016 15:27:34 +0800
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=Pass
  • Ironport-phdr: 9a23:8z0SkhBtsDyUBIX357F0UyQJP3N1i/DPJgcQr6AfoPdwSP7+oMbcNUDSrc9gkEXOFd2CrakU2qyM7Ou5AzVIyK3CmU5BWaQEbwUCh8QSkl5oK+++Imq/EsTXaTcnFt9JTl5v8iLzG0FUHMHjew+a+SXqvnYsExnyfTB4Ov7yUtaLyZ/nhqbopNaKOVwArQH+SI0xBS3+lR/WuMgSjNkqAYcK4TyNnEF1ff9Lz3hjP1OZkkW0zM6x+Jl+73YY4Kp5pIYTGZn9Ku4zQrVcSTgnKGso/9ah/U3IQgKLo3cdSW4LiQFgAg7f7Ri8UI2n4QXgse8oktFid4WiSL9tBG/5t/03YATtgSYDcTg77SfahtE2h6QN80HpnAB234OBONLdD/F5ZK6IJd4=

Hi!

I'm using CGAL to compute sdf values of a 3D shape according to sdf_values_example

The code show me how to compute the sdf value of each facet of the mesh. But I want to get the sdf value on each vertex. Namely, the axis of the cone is the opposite of the normal of a vertex.

I wonder if there is anyway to compute sdf on vertices rather than facets?

Thanks a lot!

Lau




Archive powered by MHonArc 2.6.18.

Top of Page