Representing Objects Flashcards
1
Q
What does a Mesh Data Structure Contain?
A
- Face List
- Edge List
- Vertex List
Faces are made of edges, so the face list indexes the edge list
Edges are made of Vertices so the edge list indexes the Vertex List