1
0
Fork 0
A toy raytracer that started to keep me busy during the French Robotics Cup 2019, when my support was not needed.
Find a file
Teo-CD be78434a9c Player: Fix rotate
Rotation wasn't handled properly at all.
Properly bound between 0 and 360, and use
a proper modulo for floats.

Switch to float to have a more fluid rotation
between frames.
2024-01-21 20:31:51 +00:00
.gitignore First commit, world map creation 2019-05-27 13:50:49 +02:00
CMakeLists.txt First commit, world map creation 2019-05-27 13:50:49 +02:00
LICENSE License as MIT 2023-12-30 14:56:26 +01:00
main.cpp Pick back up and comment 2023-12-30 14:50:35 +01:00
Player.cpp Player: Fix rotate 2024-01-21 20:31:51 +00:00
Player.h Player: Fix rotate 2024-01-21 20:31:51 +00:00
World.cpp Pick back up and comment 2023-12-30 14:50:35 +01:00
World.h Pick back up and comment 2023-12-30 14:50:35 +01:00