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 43970df494 World: Move the scale factor to a constant
Clear up the computation and split the result from the ray cast to the scale
factor.

Update the castRay explanations to add the issue of unmatched axes.
2024-01-28 21:58:36 +00:00
.gitignore First commit, world map creation 2019-05-27 13:50:49 +02:00
CMakeLists.txt Debug: Introduce Dear ImGui interfaces 2024-01-26 23:05:11 +00:00
Color.h Colors: Introduce color type abstraction 2024-01-26 23:07:25 +00:00
LICENSE License as MIT 2023-12-30 14:56:26 +01:00
main.cpp Debug: Introduce Dear ImGui interfaces 2024-01-26 23:05:11 +00:00
Player.cpp Implement moving the player 2024-01-21 22:11:46 +00:00
Player.h Implement moving the player 2024-01-21 22:11:46 +00:00
World.cpp World: Move the scale factor to a constant 2024-01-28 21:58:36 +00:00
World.h Colors: Introduce color type abstraction 2024-01-26 23:07:25 +00:00