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 ddb01d0509 World: Clean warnings, optimize GetBlock
World has a lot of type conversion warnings. Take care of most of them,
for a slight performance hit ( :( ).
Re-order constructor parameters to match declaration.
Move FillColumn to a more appropriate place.

GetBlock gets called a lot : use direct memory access of the vector
rather than going through bounds checks with .at().
Introduce an integer overload to remove warnings.
2024-01-24 23:16:59 +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 main: Clean up, handle resize 2024-01-24 23:09:59 +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: Clean warnings, optimize GetBlock 2024-01-24 23:16:59 +00:00
World.h World: Clean warnings, optimize GetBlock 2024-01-24 23:16:59 +00:00