A small showcase of my ray casting system
Go to file
Joseph Aquino b9ea5bd951 small code cleanup
-Intersect struct replaced with std::optional<sf::Vector2f>
-names of LineSegmaent members changed to startPoint and endPoint
2025-04-09 01:11:46 -04:00
.gitattributes Add .gitattributes, .gitignore, and LICENSE.txt. 2025-04-08 14:03:33 -04:00
.gitignore Add .gitattributes, .gitignore, and LICENSE.txt. 2025-04-08 14:03:33 -04:00
Helper.hpp small code cleanup 2025-04-09 01:11:46 -04:00
LICENSE.txt Add .gitattributes, .gitignore, and LICENSE.txt. 2025-04-08 14:03:33 -04:00
Random.h Add project files. 2025-04-08 14:03:35 -04:00
imgui.ini small code cleanup 2025-04-09 01:11:46 -04:00
main.cpp small code cleanup 2025-04-09 01:11:46 -04:00
ray-casting-demos.sln Add project files. 2025-04-08 14:03:35 -04:00
ray-casting-demos.vcxproj Add project files. 2025-04-08 14:03:35 -04:00
ray-casting-demos.vcxproj.filters Add project files. 2025-04-08 14:03:35 -04:00