Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This question is about the geometry used to help compute the three kinds of shading: ambient, diffuse, and specular. When we computed shading, there

   

This question is about the geometry used to help compute the three kinds of shading: ambient, diffuse, and specular. When we computed shading, there were three main geometric components we used: vector from a point on a surface to the camera; vector from a point on a surface to the light source; vector normal to the surface. However, some shading types might use only some of these geometric components. Some might use none. This question asks you to tell for each geometric component, which kind of shading uses that component when being computed. A. (3 points) Which of the three kinds of shading depend on the direction to the camera? B. (3 points) Which of the three kinds of shading depend on the direction to the light source? C. (3 points) Which of the three kinds of shading depend on the normal to the surface?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Computer Graphics Programming In OpenGL With JAVA

Authors: V. Scott Gordon PhD, John L. Clevenger PhD

2nd Edition

1683922190, 978-1683922193

More Books

Students also viewed these Programming questions

Question

Propose a practical use for glCullFace(GL_FRONT_AND_BACK).

Answered: 1 week ago