Subject: CGAL users discussion list
List archive
- From: Andreas Fabri <>
- To:
- Subject: Re: [cgal-discuss] Parameterization of cylindrical surface meshes
- Date: Fri, 13 Nov 2020 09:52:46 +0100
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=None ; spf=None
- Ironport-phdr: 9a23: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
Hello,
It is not surprising that it does not look good for a cylinder. What happens is the following:
One hole of the cylinder is considered as the outer border, and
the other hole is considered
as hole.
What you can do is the define a seam on your cylindrical mesh.
This duplicates the vertices
on the seam.
There is an example in the User Manual where we use the
CGAL::SEam_mesh:
https://doc.cgal.org/latest/Surface_mesh_parameterization/index.html#title18
You combine that with the Square_border_parameterizer with the 4
corners of the
seam mesh.
If the cylinder is not only topologically a cylinder, but also
geometrically,
and if the seam is vertical, and if the image is periodic it
should look correct.
Best,
Andreas
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
- [cgal-discuss] Parameterization of cylindrical surface meshes, Andrew Cunningham, 11/06/2020
- Re: [cgal-discuss] Parameterization of cylindrical surface meshes, Andreas Fabri, 11/13/2020
Archive powered by MHonArc 2.6.19+.