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 b47052aa4d Implement moving the player
Player: Add rotation and linear speeds, as well as their current state.
Player: Allow to move in the local coordinates and compute
    world-speed equivalent.
Player: Update movement axis while rotating.

World: Add a function to advance a step.
Main: Handle key events, add world step in the main loop.
2024-01-21 22:11:46 +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 Implement moving the player 2024-01-21 22:11:46 +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 Implement moving the player 2024-01-21 22:11:46 +00:00
World.h Implement moving the player 2024-01-21 22:11:46 +00:00