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 WebGL function allows the view volume to be asymmetric (not symmetric)?

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

What kind of shadow is described by the following?

The areas that are fully in shadow. The portion of shadow that blocks direct light altogether. 

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

Which of the following illustrates ambient light?

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

A polygon is drawn first, and then lines. But some fragments on the line are displayed behind the corresponding fragment on the polygon (triangle) (this is called Z-fighting as we see in the figure below) due to small numerical errors. What WebGL function is used to resolve this issue? 

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

Which matrix is the projection matrix corresponding to perspective(fovy,

aspect,

near, far) by using symmetry:

left =−right

bottom=−top,

top = near ∗ tan(fovy)

right

=

top

aspect

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

Which of the following is the Frustum projection matrix?

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

What is described by the following?

This is a way to simulate shadows. We create this from the light's perspective by calculating the distances from the light source to the nearest lit fragment. We store these depths in this (a texture). During the final rendering, we compare the distance from the fragment to the light source with the distance in this. If the depth in this is less than the distance from the fragment to the source the fragment is in shadow (from this source). Otherwise, we use the rendered colour. What is this?

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

What following figure shows normalization transformation. What kind of projection is shown in the figure? (Pay attention to the shape of the object after the normalization.)

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

Which WebGL function generates "ModelView" matrix?

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

Which projection has the following advantages and disadvantages?

•This projection reserves both distances and angles.

•­Shapes

preserved in this projection.

­•This projection can

be used for measurements (b

uilding

plans, m

anuals, etc.).

•We cannot see what an object really looks

like because many surfaces are hidden from the view. Thus, we o

ften add the isometric view.

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

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

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

Browser

Додати до Chrome