libigl / libigl/libigl.github.io
"Mesh Decimation" (Chapter 7) uses deprecated syntax
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 5
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
The tutorial calls decimate via
igl::decimate(V,F,1000,U,G);
However, a quick look at libigl/include/igl/decimate.h shows that there is no such function.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with Chapter 7, then compare its igl::decimate(V,F,1000,U,G) example against the current API in libigl/include/igl/decimate.h. Update the tutorial to use the supported syntax and verify that the Mesh Decimation example no longer references a missing function.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100