SFML 3d Scene
SFML 3d Scene
In this project, I used SFML in C++ to create a 3D scene of a car going around a racetrack. I used a lot of mathematics to create objects, movement of the car, movement of the trees and creating the path for the car. I was able to understand C++ tenchiniques of loading content and manipulating it to create an intruguing visual, which I feel is essential to game development. This project contributed to my understanding of C++ a lot better as well as how necessary maths is in game development.