Computer Graphics Project Report
Computer Graphics Project Report
Group Members :
Submitted to :
Objective:
The objective of this project is to perform simulation of a traffic signal
using computer graphics with the help of OpenGL library.
Tools used :
C++, OpenGL
OpenGL : As a software interface for graphics hardware, OpenGL’s
main purpose is to render two- and three-dimensional objects into a
frame buffer.
These objects are described as sequences of vertices or pixels.
OpenGL performs several processing steps on this data to convert it
to pixels to form the final desired image in the frame buffer.
Progress :
Till now we have researched thoroughly about all the functions in the
OpenGL library and designed a workflow for the simulation of the
project.