aboutsummaryrefslogtreecommitdiff
path: root/src/o3d
Commit message (Collapse)AuthorAgeFilesLines
* fixed perspective calculationsvimene2023-12-098-323/+382
|
* added renderer, improved various thingsvimene2023-12-052-4/+4
| | | | | | | - 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::mathvimene2023-12-038-34/+34
|
* fixed a small bugvimene2023-11-281-2/+2
|
* added scenes, camera and meshesvimene2023-11-269-100/+137
|
* added namespaces, made every function in engine.cpp static and added ↵vimene2023-11-268-20/+45
| | | | warnings' flags
* improved matrices, cube building and command parsingvimene2023-11-262-0/+25
|
* code refactoringvimene2023-11-228-0/+496