Eric Fong -- Archery Project

This project was an attempt to make a simple archery game where you shoot arrows at targets to score points. Implementing a skybox was one of the more difficult parts of this project. Collision detection was simple because the area of the target being hit is a sphere, making the algorithm easy to calculate. All of the models are hierarchically modelled. Lighting is also simulated, and smooth shading is used for lighting purposes.

References: