Brought in Amit's latest code and converted it to use either dumb lighting or his new torch lighting, then threw in the FPS counter from last night.

This commit is contained in:
Zed A. Shaw 2025-01-18 11:10:43 -05:00
parent 53a151511e
commit 831e15ca18
6 changed files with 500 additions and 247 deletions

View file

@ -66,7 +66,6 @@ int main() {
draw_gui(window, text, stats);
window.display();
rayview.rotate(rotSpeed, -1);
if(sf::Keyboard::isKeyPressed(sf::Keyboard::Key::W)) {
rayview.run(moveSpeed, 1);