Skip to content

I have to created a simple football game using the perspective view. The game takes place in a walled garden (see figure 1). The first task is to set up the static scene. This consists of three textured 2 planes (for the walls), a plane for the grass surface, a ball (a gluSphere), a skybox backdrop, which is a textured cube as shown in figure 1.…

Notifications You must be signed in to change notification settings

MurshidMac/3D-OpenGLFootball-App

Repository files navigation

3D-OpenGLFootball-App

Before you start. Please read this article on setting up your enviroment. This project requires visual studio 2013 or later.

I have created a simple 3D football game using the perspective view with the help of a free non-proprietory OpenGL Library called Freeglut, it has similar function calls and many features to that of OpenGL. The game takes place in a walled garden (see figure 1). The first task is to set up the static scene. This consists of three textured 2 planes (for the walls), a plane for the grass surface, a ball (a gluSphere), a skybox backdrop, which is a textured cube as shown in figure

  1. Eight hoops with numbers inside should be ‘painted’ on the back wall as shown. The second task is to implement the real-time graphics and user interaction. The user controls the game with the arrow keys. aim the ball left aim the ball right aim the ball up aim the ball down Z or spacebar key – shoot the ball to the back wall. Figure 1 Initial Game enviroment.

Image 2 Targetting from top camera

About

I have to created a simple football game using the perspective view. The game takes place in a walled garden (see figure 1). The first task is to set up the static scene. This consists of three textured 2 planes (for the walls), a plane for the grass surface, a ball (a gluSphere), a skybox backdrop, which is a textured cube as shown in figure 1.…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages