Calculus 3
Imagine that you are designing the shading algorithm for a 3D com- puter game. The shading algorithm should be very simple. Imagine that we have a very simple planar triangular surface made by three vertices A(3,0,0), B(0,5,0), C(0,0,6), the surface is painted red but depending on how a source of light is hitting the surface and the posi- tion of the camera, we will see a bright red or a dark red. Suppose the light source is located at the point L(1,1, 10) and the cam- era is located at position P(x, y, z). With this information we can compute the brightness of the surface with respect to the camera as a function of the angle that form the light source with respect to the surface and the angle that form the camera with respect to the surface. Let us analyze this. You will need to compute the angle a that form the light source with respect to the surface. Then you will need to compute the angle B that form the camera with respect to the surface. Then consider the cosine of the difference cos(a - b). So if you an index of 100 will be the brightest red and 0 is the darkest red then, 100cos(a - b) will be the shade of the color with respect to the camera. Find the equation of the shading given the above information as a function of the position of the camera x, y, z
Answer
- The questioner was satisfied with and accepted the answer, or
- The answer was evaluated as being 100% correct by the judge.
1 Attachment
- answered
- 642 views
- $5.00
Related Questions
- Evaluate $\int_C (2x^3-y^3)dx+(x^3+y^3)dy$, where $C$ is the unit circle.
- Evaluate $\int_0^{\frac{\pi}{2}}\frac{\sqrt{\sin x}}{\sqrt{\sin x}+\sqrt{\cos x}} dx$
- A question about the mathematical constant e.
- Find $n$ such that $\lim _{x \rightarrow \infty} \frac{1}{x} \ln (\frac{e^{x}+e^{2x}+\dots e^{nx}}{n})=9$
- True-False real analysis questions
- Custom Solutions to Stewart Calculus Problems, 9th Edition
- What is the integral of (x^2-8)/(x+3)dx
- Answer is done,