openframeworks / openframeworks/openFrameworks
test ofMesh::load/save rigorously
Open
Nobody has claimed this yet.
core
feature
- Dominant language
- C++
- Stars
- 10.4k
- Forks
- 2.6k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 9
Description
it needs to handle all these things:
- meshes vs point clouds
- different types of meshes (depending on the triangles)
- indexed vs non-indexed geometry
- colors, normals, texcoords
- ascii vs binary
- loading from externally created/defined ply files
Contributor guide
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 at the ofMesh::load and ofMesh::save entry points and inspect the existing test coverage for PLY handling. Define coverage for meshes and point clouds, triangle types, indexed and non-indexed geometry, colors, normals, texcoords, ASCII and binary files, and externally created PLY files; done means these cases are tested reliably.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- computer-graphics, testing
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100