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:
parent
53a151511e
commit
831e15ca18
6 changed files with 500 additions and 247 deletions
1
main.cpp
1
main.cpp
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue