-
hi,
is it possible to do isotropic remeshing as implemented in
`CGAL::Polygon_mesh_processing::isotropic_remeshing
`
?
-
Hello,
Is it possible for you to add sample code examples for:
-Holes filling
- Isotropic remeshing
Thank you very much!
-
_Please use the following template to help us solving your issue._
## Issue Details
I am using PMP::isotropic_remeshing method to remesh a surface mesh. I have a vertex_is_constrained_map in whi…
-
Currently, as far as I know isotropic remeshing functionality implemented in Polygon Mesh Processing package only provides uniform isotropic remeshing which is based on M. Botsch et al, 2004 [1].
S…
-
_Please use the following template to help us solving your issue._
## Issue Details
I am imitating [Polygon_mesh_processing/corefinement_difference_remeshed.cpp](https://doc.cgal.org/latest/Poly…
-
We should
- [ ] deal with the fact that `Patch_id_pmap` may not have been initialized in the Polyhedron demo
- [ ] add vertices attached to constraints forming a sharp angle as constrained vertic…
-
Define a function that creates proper seed points for the RVD.
At the moment just the input meshs vertices are taken for simplicity.
In the paper Isotropic remeshing with fast ... page 1450 / 4.1 ini…
-
The mesh cleaning algorithm can throw an unhandled exception causing the pipeline to terminate early. In addition, the algorithm should be improved to rely more on local isometric remeshing than on cu…
-
When I look at the `ISOTROPIC_COS_SCALING` implementation in `mom_vi_hdissip.F` (from `pkg/mom_vecinv`), I have the impression that these additional "cosFacU/V" are not applied in the same way in the …
-
HI! I have some question.
(1)Is the result obtained by directly running start.dat isotropic resampling?
(2)How to run code implementation Adaptively-Isotropic Resampling?Like this result in the pape…