Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Intro In this assignment you will implement the Ward Anisotropic BRDF . The Ward model uses a 2 D Gaussian function to map the angle

Intro
In this assignment you will implement the Ward Anisotropic BRDF.
The Ward model uses a 2D Gaussian function to map the angle H makes with the surface directions u and v, to the fraction of light reflected from the surfacefor a given viewing and lighting angle to the surface normal N.
The Ward BRDF computes the following using the unit-length N, L, V, H, u, and v vectors:
cos \theta i - cosine of the angle between N and L.
cos \theta r - cosine of the angle between N and V.
cos \theta n - cosine of the angle between N and H.
cos \theta u - cosine of the angle between H and u.
cos \theta v - cosine of the angle between H and v.
And uses the following parameters:
u_roughness - roughness in the u surface direction.
v_roughness - roughness in the v surface direction.
The Ward BRDF looks like the following two renders. The left rendering has u_roughness =0.25 and v_roughness =1.0. The rendering on the right has u_roughness =1.0 and v_roughness =0.25. The specular color was set to [011].
image text in transcribed

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

Sybase Database Administrators Handbook

Authors: Brian Hitchcock

1st Edition

0133574776, 978-0133574777

More Books

Students also viewed these Databases questions

Question

LO6 Describe how individual pay rates are set.

Answered: 1 week ago