aboutsummaryrefslogtreecommitdiff
path: root/src/o3d/scene.cpp
Commit message (Collapse)AuthorAgeFilesLines
* various improvementsvimene2024-12-311-12/+0
| | | | | | | | | | | - 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
* fixed a small bugvimene2023-11-281-2/+2
|
* added scenes, camera and meshesvimene2023-11-261-0/+12