glm94
|
e39eb39d2c
|
Forgot to add __str__ overrides to the matrix and vector objects.
|
2020-07-21 15:02:31 -05:00 |
|
glm94
|
a4aa0c628f
|
Added more math functionsto the vectors and matrix classes.
|
2020-07-15 11:50:20 -05:00 |
|
glm94
|
813c1f531f
|
Updated how the vertices and matrices can be accessed. That is via indices ([x][y]) or just by named properties (like x or y).
|
2020-07-15 10:48:50 -05:00 |
|
glm94
|
34f5917359
|
Added a very simple light source so the 3D models now have simple shading applied to them.
|
2020-07-15 04:12:39 -05:00 |
|
glm94
|
05d2beb8ac
|
Implemented the first version of the 3D engine. Added support for loading 'obj' files as a mesh.
|
2020-07-14 16:53:06 -05:00 |
|
glm94
|
b318076f05
|
Cleaned up the proof of concept code to be more object oriented. Functionally, some mouse and key bindings were added to make the demo a bit more interactive.
|
2020-07-14 00:56:25 -05:00 |
|