blob: b3025906dd609f0c7ec7fe92ea98c63e5b620f4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
General
- Add textures
? Try to implement it without external libraries
- Make a PNG image reader
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
Linear
- Implement the Inverse function of mat4
- Implement the determinant function of mat4
* Check 3D perspective transformation
- Implement Orhographic view transformation
|