Commit 7b746b4a authored by Hui Wang's avatar Hui Wang
Browse files

Update overview.md

parent 28867959
......@@ -10,7 +10,7 @@ MeshEdit is the first major component of Scotty3D, which performs 3D modeling, s
The `media/` subdirectory of the project contains a variety of meshes and scenes on which the implementation may be tested. The simple `cube.dae` input should be treated as the primary test case -- when properly implemented MeshEdit contains all of the modeling tools to transform this starting mesh into a variety of functional and beautiful geometries. For further testing, a collection of other models are also included in this directory, but it is not necessarily reasonable to expect every algorithm to be effective on every input. The implementer must use judgement in selecting meaningful test inputs for the algorithms in MeshEdit.
Once you implement an operation, you can test your implementation in [Model Mode](/docs/guide/model.md). See [Operation Guide](#operation-guide)
The following sections contain guidelines for implementing the functionality of MeshEdit:
For this assignment, you will implement methods in `student/meshedit.cpp`. The following sections contain guidelines for implementing the functionality of MeshEdit:
- [Halfedge Mesh](/docs/meshedit/halfedge.md)
- [Local Mesh Operations](/docs/meshedit/local.md)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment