pyacvd icon indicating copy to clipboard operation
pyacvd copied to clipboard

Python implementation of surface mesh resampling algorithm ACVD

Results 4 pyacvd issues
Sort by recently updated
recently updated
newest added

Under some conditions, pyacvd produces incorrect triangles, as seen in the image below: ![triangles](https://user-images.githubusercontent.com/10534670/114525964-d92a3d80-9c46-11eb-8587-a9ea9be12ae8.png) The small triangle is indeed inside the large one, resulting in incorrect half-edge structure. Changing the...

What would it take to implement the anisotropic remeshing similar to ACVD?

updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.3 → v0.4.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.3...v0.4.4)

updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.8 → v0.4.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.8...v0.4.10) - [github.com/python-jsonschema/check-jsonschema: 0.28.4 → 0.28.6](https://github.com/python-jsonschema/check-jsonschema/compare/0.28.4...0.28.6)