A toy raytracer that started to keep me busy during the French Robotics Cup 2019, when my support was not needed.
Teo-CD
940c1d706b
Use memmove to shift the whole array by one measure to the left, dropping the oldest one and adding a new one at the head. This creates a better visual effect of a graph being produced on the right and scrolling to the left, rather than a looping writing head that overwrites previous data. |
||
---|---|---|
.gitignore | ||
CMakeLists.txt | ||
Color.h | ||
LICENSE | ||
main.cpp | ||
Player.cpp | ||
Player.h | ||
World.cpp | ||
World.h |