Write down the procedure of Liang Barsky line clipping algorithm. Use this algorithm to clip the line AB where A=(-5, 3) and B=(15, 9) against the window lower left corner at(0,0) and upper right corner at (10,10).
Derive the Bresenham’s line drawing algorithm (BSA). Digitize the line with end points (2, 3) and (3, 8) using BSA algorithm.
What do you mean by illumination models and Surface rendering? Explain Gourard shading method of surface rendering in detail.
Attempt any Eight questions
[8x5=40]List some color commands in open GL. How do you draw a pixel and lines?
What is Bezier Curve? Write down the properties of Bezier Curve.
Differentiate between flood fill and boundary fill algorithm.
What is Virtual Reality? What are the different components of virtual reality?
What is projection? Write down type parallel projection? Derive the transformation matrix for oblique parallel projection.
What do mean by hidden surface removal? Explain Z-buffer method for hidden surface removal.
Plot the ellipse centered at (0,0) with radius rx=8 and ry=6 using midpoint ellipse drawing algorithm.
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.
Write Short Notes:
a) Intensity Attenuation
b) BSP Tree