Computer Graphics
Community
Computer Graphics
2081 Boards
Section A
Answer any two questions.
1
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.
10
Connect with us on Discord to become a contributor.
2
What is the major drawback of Sutherland Hodgeman Polygon Clipping Algorithm? Illustrate with a suitable example. Explain B-spline curve and its properties.
10
Connect with us on Discord to become a contributor.
3
Explain RGB color model. Differentiate between virtual reality and augmented reality with examples. Explain Binary Space Partitioning (BSP) trees with a suitable example.
10
Connect with us on Discord to become a contributor.
Section B
Answer any eight questions.
4
What do you mean by the refresh rate of a display device? Explain vector scan display with a suitable diagram.
5
Connect with us on Discord to become a contributor.
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
Connect with us on Discord to become a contributor.
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
Connect with us on Discord to become a contributor.
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
Connect with us on Discord to become a contributor.
8
Compare the Scanline Method for Visible Surface Detection with the Depth Buffer Method.
5
Connect with us on Discord to become a contributor.
9
Explain any two functions in OpenGL. Write the basic commands to draw the pixel and polygon in OpenGL.
5
Connect with us on Discord to become a contributor.
10
Differentiate between parallel projection and perspective projections.
5
Connect with us on Discord to become a contributor.
11
Describe any two basic illumination models.
5
Connect with us on Discord to become a contributor.
12
Write short notes on:
a) Sweep Representation
b) Intensity Attenuation
5
Connect with us on Discord to become a contributor.