add renderer window to make a path with timestamps

This commit is contained in:
2025-01-23 13:06:22 +01:00
parent 896cd02e45
commit 4b8e9bd5f0
10 changed files with 166 additions and 129 deletions

View File

@ -6,7 +6,7 @@
/* By: ycontre <ycontre@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/10/15 14:00:38 by TheRed #+# #+# */
/* Updated: 2025/01/15 19:32:41 by ycontre ### ########.fr */
/* Updated: 2025/01/22 19:27:03 by tomoron ### ########.fr */
/* */
/* ************************************************************************** */
@ -166,4 +166,4 @@ void Camera::setBounce(int bounce)
void Camera::setFov(float fov)
{
_fov = fov;
}
}