Simulating a Roller Coaster
Use Catmull-Rom splines along with OpenGL core profile shader-based lighting and texture mapping to create a roller coaster simulation. Implemented two shaders: one for texture mapping (to render the ground), and one for Phong shading (to render the roller coaster rail). The simulation will run in a first-person view, allowing the user to "ride" the coaster in an immersive environment.
Tech Stack: C++, OpenGL
- Project Detail Description
- **GitHub Repository review upon request.