0% found this document useful (0 votes)
145 views1 page

Practical CG Practical

The document lists 11 experiments for a computer graphics course, including writing programs to draw basic shapes like a house, line, circle, and ellipse using different algorithms, as well as programs to translate, rotate, scale, and clip 2D and 3D objects, and draw a 3D sphere with lighting effects.

Uploaded by

Shailesh Patel
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
145 views1 page

Practical CG Practical

The document lists 11 experiments for a computer graphics course, including writing programs to draw basic shapes like a house, line, circle, and ellipse using different algorithms, as well as programs to translate, rotate, scale, and clip 2D and 3D objects, and draw a 3D sphere with lighting effects.

Uploaded by

Shailesh Patel
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

SANKALCHAND PATEL COLLEGE OF ENGINEERING, VISNAGAR

B.E. SEMESTER VI (CE/IT)


COMPUTER GRAPHICS
LIST OF EXPERIMENTS

1. To study various graphics functions defined in “graphics.h” and write a program to draw house.
2. Write a program to draw a line using DDA algorithm.
3. Write a program to draw a line using breshanham’s algorithm.
4. Write a program to draw (a) Dote line (b) Dash-line (c) Dash-dot line and (d) Thick line.
5. Write a program to draw circle using midpoint circle algorithm.
6. Write a program to draw ellipse using midpoint ellipse algorithm.
7. Write a program to translate, rotate and scale the 2D object.
8. Write a program to fill polygon using boundary and flood fill algorithm.
9. Write a program to clip a line using (a) Liang- Barsky and (b) Cohen-Sutherland Algorithm.
10. Write a program to translate, rotate and scale the 3D object.
11. Write a program to draw 3D sphere with illumination effects.

You might also like