logo

Crowdly

Browser

Додати до Chrome

CMPT 370 A - Computer Graphics (SP 2025)

Шукаєте відповіді та рішення тестів для CMPT 370 A - Computer Graphics (SP 2025)? Перегляньте нашу велику колекцію перевірених відповідей для CMPT 370 A - Computer Graphics (SP 2025) в learn.twu.ca.

Отримайте миттєвий доступ до точних відповідей та детальних пояснень для питань вашого курсу. Наша платформа, створена спільнотою, допомагає студентам досягати успіху!

Which equation (Lambert's Law) shows the relationship between the amount of light reflected on the perfect diffuse reflector (Lambertian surface) and the angle between the normal vector of the surface and the incoming light?

Переглянути це питання

Which is NOT true about texture mapping?

Переглянути це питання

Which shading is described by the following?

This is one of the smooth shading methods. The lighting (light intensity) is calculated at each vertex and interpolated across the surface for interior pixels. If polygon mesh surfaces have high curvatures,  this shading may show edges. 

Переглянути це питання

The following shows an excerpt of the code for a vertex lighting shader. What does the code with red colour calculate?

vec3 pos = -(uModelViewMatrix * aPosition).xyz;

vec3 light = uLightPosition.xyz;

vec3 L = normalize( light - pos ); 

vec3 E = normalize( -pos );      

vec3 H = normalize( L + E ); 

0%
0%
0%
0%
Переглянути це питання

What is the benefit of using Blinn-Phong reflection model instead of Phong reflection model? 

0%
0%
0%
0%
Переглянути це питання

What is described by the following?

This is an interpolation technique. For each point of the surface, the surface normals are interpolated to calculate the light intensity. 

Переглянути це питання

What is represented by the following equation?

Переглянути це питання

In (real-time) Computer Graphics, what is important? (Choose the best answer based on what you have learned in class.)

0%
0%
0%
0%
Переглянути це питання

Projecting a polygon from a point light source onto a surface is one of the oldest methods of creating a shadow. If we project a shadow onto the ground at y = 0, which perspective projection matrix is used?

0%
0%
0%
0%
Переглянути це питання

What type of surface is described by the following?

This has a smooth surface that shows highlights (as seen in the figure below) resulting from incoming light being reflected in directions concentrated close to the direction of a perfect reflection.

0%
0%
0%
0%
Переглянути це питання

Хочете миттєвий доступ до всіх перевірених відповідей на learn.twu.ca?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!

Browser

Додати до Chrome