CGV-PROGRAMS

1.pdf

Implement Brenham’s line drawing algorithm for all types of slope.

2.pdf

Create and rotate a triangle about the origin and a fixed point.

3.pdf

Draw a colour cube and spin it using OpenGL transformation matrices.

4.pdf

Draw a color cube and allow the user to move the camera suitably to experiment with perspective viewing.

5.pdf

Clip lines using Cohen-Sutherland algorithm

6.pdf

To draw a simple shaded scene consisting of a tea pot on a table. Define suitably the position and properties of the light source along with the properties of the surfaces of the solid object used in the scene.

7.pdf

Design, develop and implement recursively subdivide a tetrahedron to form 3D Sierpinski Gasket. The number of recursive steps is to be specified by the user.

8.pdf

Develop a menu driven program to animate a flag using Bezier Curve algorithm

9.pdf

Develop a menu driven program to fill the polygon using scan line algorithm