Write the algorithm for Bresenham's line drawing? Digitize a line with end points A(6, 9) and B(10,5) using Bresenham's line drawing algorithm.
How can polygons be clipped? Describe Gouraud Shading model with necessary derivations.
Differentiate between parallel and perspective projection. Perform the rotation of triangle with vertices A(5,7), B(12,85) and C(5,3) counterclockwise 30 degree about the pivot point (5,3).
Attempt any Eight questions
[8x5=40]Explain motion capture with an example.
Explain architecture of random scan display systems with suitable diagram.
Explain Cohen-Sutherland Line Clipping algorithm with example.
Explain about parametric curve. Describe the properties of Bezier curve.
Reflect a line segment having end points (9,3) and (12,10) about a line X = 7. Draw initial and final result graph as well.
Explain ambient light, diffuse reflection and specular reflection with examples.
Explain the wireframe representation of 3D objects.
How does a polygon can be created in OpenGL? Illustrate with an example.
Write short notes
a. Z-Buffer
b. Polygon Table