Age | Commit message (Collapse) | Author |
|
|
|
* src/camera.cpp src/camera.hpp: Remove the camera as Vector3D and
Rotation3D are going to replace it.
* src/model.cpp: Add draw command as instances do not exist anymore.
* src/model/instance.cpp src/model/instance.hpp: Remove the instance as
Vector3D and Rotation3D are going to replace it.
|
|
|
|
|
|
|
|
|
|
|
|
This is a partial refactory. Some functionalities implemented in
SDL were removed and need reimplementation.
|
|
|
|
* src/rect (Rect#align_horizontally?): The method was pointing to the
wrong C function.
|
|
* src/rect.c (cg_cRect_align_vertically, cg_cRect_align_horizontally):
Collision detection consists of two different algorithms that detect if
two boxes are aligned vertically and horizontally. Now those two
algorithms can be used separately.
|
|
|