Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | various improvements | vimene | 2024-12-31 | 1 | -12/+5 |
| | | | | | | | | | | | - added quaternions and rewrote all rotations to use them - added transforms to put all object transforms in a single place - added Wavefront .obj file parser - removed frame buffer's abstract class - improved vectors, matrices, triangles, vertices and vertices data by putting all code in header file - added vector's operations - changed from NULL to nullptr - miscellaneous improvements | ||||
* | renamed MathVector{2,3,4} to Vector{2,3,4} and Mat4 to Matrix4 in engine::math | vimene | 2023-12-03 | 1 | -3/+3 |
| | |||||
* | added scenes, camera and meshes | vimene | 2023-11-26 | 1 | -34/+10 |
| | |||||
* | added namespaces, made every function in engine.cpp static and added ↵ | vimene | 2023-11-26 | 1 | -0/+4 |
| | | | | warnings' flags | ||||
* | improved matrices, cube building and command parsing | vimene | 2023-11-26 | 1 | -0/+2 |
| | |||||
* | code refactoring | vimene | 2023-11-22 | 1 | -0/+42 |