blob: d4097cafb2f0c7e872561118c8f116ac6768f23d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Graphics
- Load obj files
* Vertex coordinates, normals and textures
* read faces with more than 4 vertices
- Read object materials
- Render a set of vertices loaded from a file
* Render vertex coordinates
- Render Normal vectors
- Render vertex Textures
Linear
- Implement the Inverse function of mat4
- Implement the determinant function of mat4
- Implement Orhographic view transformation
|