DOC PREVIEW
MIT 6 837 - Quiz 1: Ray Tracing

This preview shows page 1-2 out of 6 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 6 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 6 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 6 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

6.837 Introduction to Computer GraphicsQuiz 1: Ray TracingTuesday October 7, 2003 2:40-4pmOne hand-written sheet allowedTotal is 50 pointsName:1 Ray Tracing [ /14]1.1 Complexity [ /3]We want to render a scene of N objects with one single light source onto an image of M pixels (theimage resolution is√M ∗√M ). Any object can be reflective and refractive, but we enforce a maximumrecursion depth of K.What is the worst-case complexity of ray tracing for the total image?1.2 Light sources [ /2]How is this complexity changed when we have L light sources?1.3 Forward ray tracing [ /3]Give a 1-to-2-sentence explanation of why forward ray tracing is not directly practical.11.4 What is the bug that caused the artifacts in this image? [ /3]1.5 Which sphere has the bigger index of refraction? [ /3]22 Transformations [ /6]2.1 Matrix form [ /3]What is the 4 ×4 matrix in homogeneous coordinate form corresponding to a 3D translation by(a, b, c)?2.2 Normal transform [ /3]In a ray tracer, when an object is transformed by a linear transformation described by matrix M ,how must we transform the surface normal after ray intersection? Give both a one- or two-sentenceexplanation and a formula.3 Local shading [ /8]3.1 Coefficients [ /3]Describe what the image will look like if the scene contains no real light source but the ambient lightcolor is (1,1,1).3.2 Give a one-sentence description of the Fresnel effect. [ /3]3.3 Dimensionality of BRDFs [ /2]How many dimensions does an anisotropic BRDF have?How many dimensions does an isotropic BRDF have?34 Ray-Cylinder Intersection [ /22]yxzrRD4.1 Implicit cylinder [ /2]Give the implicit equation for an infinite cylinder centered on the z axis and with radius r.4.2 Explicit ray [ /2]Give the explicit (parametric) equation for a ray with origin R and direction D.4.3 Ray-cylinder intersection equation [ /4]Write the quadratic equation for the intersection of a ray with an infinite cylinder centered on the zaxis. Solve your equation for t.44.4 Ray-cylinder intersection pseudo code [ /8]Using the result from the previous question, write the pseudocode for the intersection methodbool Cylinder::intersect(const Ray &r, Hit &h, float tmin);Don’t forget to compute the surface normal, but don’t worry about the material.54.5 General cylinder [ /3]In your ray tracer, without writing additional code, how would you use the code from question 4.4 torender arbitrary infinite cylinders (arbitrary position and arbitrary orientation)?4.6 Non-infinite cylinders [ /3]How would you modify the code from question 4.4 to render non-infinite cylinders. That is, thecylinder only goes from z1to z2. You do not need to render the caps of the cylinder. You can assumethat z2≥


View Full Document

MIT 6 837 - Quiz 1: Ray Tracing

Documents in this Course
Shadows

Shadows

64 pages

Animation

Animation

37 pages

Radiosity

Radiosity

25 pages

Color

Color

86 pages

InterArch

InterArch

14 pages

Color

Color

15 pages

Animation

Animation

61 pages

Luxo Jr

Luxo Jr

14 pages

Animation

Animation

52 pages

Radiosity

Radiosity

37 pages

Load more
Download Quiz 1: Ray Tracing
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view Quiz 1: Ray Tracing and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view Quiz 1: Ray Tracing 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?