Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improved mesh definition | vimene | 2023-12-11 | 1 | -0/+1 |
| | | | | | | | | - In the context of mesh definition, splited indices into vertex index, normal index and vertex data index to be able to specify different normals and vertex data for different faces using the same vertex | ||||
* | fixed perspective, added plane | vimene | 2023-12-09 | 1 | -2/+4 |
| | |||||
* | fixed perspective calculations | vimene | 2023-12-09 | 2 | -12/+3 |
| | |||||
* | added renderer, improved various things | vimene | 2023-12-05 | 5 | -241/+37 |
| | | | | | | | - Added renderer to unify frame buffers - Added FrameBuffer class as a parent for frame buffers' classes - Improved formatting in Makefile.am - Added const modifier in Matrix4's methods | ||||
* | renamed MathVector{2,3,4} to Vector{2,3,4} and Mat4 to Matrix4 in engine::math | vimene | 2023-12-03 | 4 | -12/+12 |
| | |||||
* | added namespaces, made every function in engine.cpp static and added ↵ | vimene | 2023-11-26 | 4 | -32/+44 |
| | | | | warnings' flags | ||||
* | add options to choose render mode | vimene | 2023-11-23 | 1 | -1/+5 |
| | |||||
* | code refactoring | vimene | 2023-11-22 | 4 | -0/+362 |