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
|
4ef62ab916
|
Changed matrix object names to be more natural. Fixed a bug in the matrix projection math.
|
2020-07-15 09:12:09 -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 |
|