Commit 459983a

mo khan <mo@mokhan.ca>
2025-01-24 03:02:46
Finish assignment 5
1 parent c84c106
Changed files (2)
assignments/5-solution.md
@@ -92,3 +92,16 @@ N3 will fire when the following events occurr:
 * -: is Off
 
 Chapter 16: Computer Graphics and Entertainment: Movies, Games and Virtual Communities
+
+> Given the following triangular model of a two-dimensional object:
+> show what a vertex list representation of this model would look like.
+> Because you are working in two dimensions rather than three, your vertex list
+> will only have (x, y) coordinates rather than (x, y, z). Assume vertex v1 is
+> the origin
+
+| Origin | Vertex | X   | Y   | Connected to |
+| ------ | ------ | -   | -   | ------------ |
+| X      | V1     | 0   | 0   | V2, V4, V5   |
+|        | V2     | 0.4 | 1.8 | V1, V3, V5   |
+|        | V3     | 2.2 | 1.9 | V2, V4, V5   |
+|        | V4     | 2.6 | 0.4 | V1, V3, V5   |
3431709-assignment-5.pdf
Binary file