A toy raytracer that started to keep me busy during the French Robotics Cup 2019, when my support was not needed.
Teo-CD
b47052aa4d
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. |
||
---|---|---|
.gitignore | ||
CMakeLists.txt | ||
LICENSE | ||
main.cpp | ||
Player.cpp | ||
Player.h | ||
World.cpp | ||
World.h |