This document contains 6 questions related to computer graphics concepts.
Question 1 involves (a) using back face detection to determine which surfaces of a tetrahedron are lit and shadowed given a light source, and (b) rotating a pyramid about a line.
Question 2 involves (a) repeating the back face detection problem from Question 1, (b) reflecting a unit cube about the xy-plane, and (c) rotating a rectangular parallelepiped about the x and y axes.
Question 3 asks to write short notes on two of the following topics: color models, line clipping, reflection through planes, and the difference between Bezier curves and B-splines.
Questions 4-6
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
50%(2)50% found this document useful (2 votes)
395 views1 page
CG Assignment 3
This document contains 6 questions related to computer graphics concepts.
Question 1 involves (a) using back face detection to determine which surfaces of a tetrahedron are lit and shadowed given a light source, and (b) rotating a pyramid about a line.
Question 2 involves (a) repeating the back face detection problem from Question 1, (b) reflecting a unit cube about the xy-plane, and (c) rotating a rectangular parallelepiped about the x and y axes.
Question 3 asks to write short notes on two of the following topics: color models, line clipping, reflection through planes, and the difference between Bezier curves and B-splines.
Questions 4-6
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
Assignment 3
Q 1. a) A solid tetrahedron is given by position vectors A(1,1,1),B(3,1,1),C(2,1,3) and
D(2,2,2) and a point light source is kept at P(2,3,4).Using back face detection method, find the surfaces on which the light falls and the surfaces which are to be shadowed. CO5,C 10+10 b) The pyramid defined by the coordinates A(0,0,0), B(1,0,0), C(0,1,0) and O4,CO =20 D(0,0,1) is rotated 45 deg about the line L that has the direction V = J + K and 3 passing through point C(0,1,0).Find the coordinates of the rotated figure.
Q 2. a) A solid tetrahedron is given by position vectors A(1,1,1),B(3,1,1),C(2,1,3) and
D(2,2,2) and a point light source is kept at P(2,3,4).Using back face detection method, find the surfaces on which the light falls and the surfaces which are to be shadowed. CO5,C 10+5+ b) Perform reflection of Unit cube about the xy plane. O4,CO 5=20 c) A rectangular parallelepiped is given having length on x axis,y axis and z axis 3 as 3,2,1 respectively. Perform a rotation by an angle -90 degree about x-axis and an angle 90 degree about y-axis.
Q 3. Write short note on: (Any two)
a) Color models (explain any two color model) b) Liang Barsky Line clipping. CO2,C 5+15= c) Reflection through XY,YZ,XZ planes O3,CO 10 4 d) Difference between Beizer Curve and B Spline Curve
Q 4. What is NURBS.Explain it.
10 CO4 Q 5. What do you mean by Gauraud Shading. 10 CO5 Q 6. The position vectors for the vertices of a triangular surface are given by A(10,0,0) B(0,10,0), C(0,0,10). A point light source is at P(0,0,20).Find the intensities at the vertices of the quadrilateral. If the ambient light intensity is 1 and the directional light 10 CO5 intensity is 10.Assume Ka=Kd=0.3.Neglect any intensity attenuation and specular effect.