MeshEdit Overview
MeshEdit is the first major component of Cardinal3D, which performs 3D modeling, subdivision, and mesh processing. When implementation of this tool is completed, it will enable the user to transform a simple cube model into beautiful, organic 3D surfaces described by high-quality polygon meshes. This tool can import, modify, and export industry-standard COLLADA files, allowing Cardinal3D to interact with the broader ecosystem of computer graphics software.
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.
The User Guide for Model
mode of Cardinal3D defines what the key operations of the mode should do. Go there to see a description of all possible functionality.
The following sections contain guidelines for helping students correctly implement the functionality described in the user guide:
As always, be mindful of the project philosophy.