diff options
author | jvech <jmvalenciae@unal.edu.co> | 2022-10-08 17:57:17 -0500 |
---|---|---|
committer | jvech <jmvalenciae@unal.edu.co> | 2022-10-08 17:57:17 -0500 |
commit | 043465e073d2ec551d44a62275c655ab8bac00e1 (patch) | |
tree | 427bf699bd9aedd070e2a6ea5013e68b55b5f113 /TODO | |
parent | b6ea20e4d5df1ae12f15e109df0153858d4b9819 (diff) |
fix: Reading object files with n vertices done
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -6,13 +6,16 @@ General Obj - Load obj files * Vertex coordinates, normals and textures - - read faces with more than 4 vertices -- Render a set of vertices loaded from a file - - Add normal Support + * read faces with more than 4 vertices + - Read object materials +- Render a set of vertices loaded from a file +* Check 3D perspective transformation + * Render vertex coordinates + - Render Normal vectors + - Render vertex Textures Linear - Implement the Inverse function of mat4 - Implement the determinant function of mat4 -* Check 3D perspective transformation - Implement Orhographic view transformation |