You are on page 1of 10

ABSTRACT

The effect of this program was successful by using mouse function. Mouse eventccurs when one of the mouse button is either pressed or realeased. The project consists of graphics package BEZIER CURVE which includes points, lines.

CONTENTS
Introduction Software and Hardware Used Libraries used Description Functions Used Flow Chart Snapshot Conclusion References

INTRODUCTION
COMPUTER GRAPHICS: Computer Graphics is concerned with all aspect of producing pictures or image using computer.
Developments in computer graphics have had a

profound impact on many types of media and have revolutionized the animation and video game industry. It has become a common element in user interface, data visualization, TV commercials, motion picture and many other applications.

SOFTWARE AND HARDWARE USED


Hardware requirements: Software requirements: Development platform

LIBRARIES USED
GL GLU(OpenGL Ultility Library) GLUT

DESCRIPTION
This shows a complete working program

which the user can then indicate additional control points.After each group of three points is placed,another Bezier curve.

OpenGL Libraries
openGL Application

GLU

GL

GLUT

GLX

Frame buffer

Display

FUNCTIONS USED:
glLoadIdentity() glMatrixMode() gluOrtho2D() glFlush() glutMouseFunc()

CONCLUSION
OpenGL is not perfect but it's nonetheless a

fantastic framework for developing 3D applications, prototyping OpenGL code, or playing with shaders (or other OGL features).

REFERENCES
Edward Angel: Interactive Computer

Graphics A Top-Down Approach with OpenGL, 5th Edition,Addison-Wesley,2008.

You might also like