Computer Graphics and Animation 2024
Candidates are required to answer the questions in their own words as far as possible.
AI is thinking...
Group B
AI is thinking...
Attempt any SIX questions.
AI is thinking...
2. Differentiate between beam penetration method and shadow mask method.How does raster scan system work?
AI is thinking...
3. How DDA works? Digitize the line segment with the endpoints(15,25) and (21,35)using DDA line drawing algorithm.
AI is thinking...
4. What is a viewport? Consider a window with lower left corner at (2,2) and upper right corner (5,10) and a viewport with left lower corner at (5,5) and upper right corner at (8,8). What will be the value of the point in the viewport after the window to viewport transformation if the point is (4,4) in the window?
AI is thinking...
5. Explain how scan line algorithm can be used for hidden surface removal.
AI is thinking...
6. Derive the transformation matrices for 3D rotation and reflections.
AI is thinking...
7. What is animation? Explain about applications of Virtual Reality.
AI is thinking...
8. Write short notes on (any two):
a) RGB color model b)2D shear transformation c) Computer Graphics Vs Image Processing
AI is thinking...
Group C
AI is thinking...
Attempt any TWO questions.
AI is thinking...
9. Differentiate between boundary fill algorithm and flood fill algorithm in detail. Find the composite transformation matrix for anti-clockwise rotation of 60 degree about a point (2,3). Use it to rotate a triangle ABC with vertices A(4,3), (5,5) and (8,9).
AI is thinking...
10. What is visible surface detection? How object space method can be used for visible surface detection?Explain depth-sorting method for visible surface detection in detail.
AI is thinking...
11. How region codes are used in Cohen-Sutherland algorithm to clip the line segments? Find the clipping coordinates for lines PQ and RS with P(20,5), Q(40,30) and R(20,20), S(80,60)against the window with left upper corner (10,50) and right lower corner(50,10).
AI is thinking...