Derive the expression for Bresenham's Line Drawing algorithm. Trace the points in the line path with starting point (6, 12) and end point (10, 5) using Bresenham's line drawing algorithm.
What is the major drawback of Sutherland Hodgeman Polygon Clipping Algorithm? Illustrate with suitable example. Explain B-spline curve and its properties.
Explain RGB color model. Differentiate between virtual reality and augmented reality with examples. Explain Binary Space Partitioning (BSP) trees with suitable example.
Attempt any Eight questions
[8x5=40]What do you mean by refresh rate of a display device? Explain vector scan display with suitable diagram.
Plot the first octant of a circle centered at (-2, -2 ), having radius 5 units using mid-point circle algorithm.
Given a triangle with vertices A(2,3), B(5,5), C(4,3) by rotating 90 degree about the origin and then translating two unit in each direction. Use homogenous transformation matrix to find the new vertices of the triangle.
Construct the Bezier curve with the following polygon vertices (control points): A(1,1), B(2,3), C(4,3), and D(6,4).
Compare Scanline Method for Visible Surface Detection with Depth Buffer Method.
Explain any two functions in OpenGL. Write the basic commands to draw the pixel and polygon in OpenGL.
Differentiate between parallel projection and Perspective projections.
Describe about any two basic illumination models.
Write short notes on :
a) Sweep Representation
b) Intensity Attenuation