Attempt any Eight questions.
[8*5=40]
4.
What do you mean by the refresh rate of a display device? Explain vector scan display with a suitable diagram. [5]
5.
Plot the first octant of a circle centered at (-2, -2), having a radius of 5 units using the mid-point circle algorithm. [5]
6.
Given a triangle with vertices A(2,3), B(5,5), C(4,3) by rotating 90 degrees about the origin and then translating two units in each direction. Use the homogeneous transformation matrix to find the new vertices of the triangle. [5]
7.
Construct the Bezier curve with the following polygon vertices (control points): A(1,1), B(2,3), C(4,3), and D(6,4). [5]
8.
Compare the Scanline Method for Visible Surface Detection with the Depth Buffer Method. [5]
9.
Explain any two functions in OpenGL. Write the basic commands to draw the pixel and polygon in OpenGL. [5]
10.
Differentiate between parallel projection and perspective projections. [5]
11.
Describe any two basic illumination models. [5]
12.
Write short notes on: a) Sweep Representation b) Intensity Attenuation [5]