6TH SEM CSE COMPUTER GRAPHICS LAB | ALL IN ONE
CSE COMPUTER GRAPHICS VTU LAB Programs
Sr.No | Lab Program Details | Details |
---|---|---|
1 | Implement Brenham’s line drawing algorithm for all types of slope. | Checkout |
2 | Create and rotate a triangle about the origin and a fixed point. | Checkout |
3 | Draw a color cube and spin it using OpenGL transformation matrices. | Checkout |
4 | Draw a color cube and allow the user to move the camera suitably to experiment with perspective viewing. | Checkout |
5 | Clip a lines using Cohen-Sutherland algorithm. | Checkout |
6 | To draw a simple shaded scene consisting of a tea pot on a table. Define suitablythe position and properties of the light source along with the properties of the surfaces of the solid object used in the scene. | Checkout |
7 | Design, develop and implement recursively subdivide a tetrahedron to form 3D sierpinskigasket. The number of recursive steps is to be specified by the user. | Checkout |
8 | Develop a menu driven program to animate a flag using Bezier Curve algorithm | Checkout |
9 | Develop a menu driven program to fill the polygon using scan line algorithm | Checkout |