logo

Crowdly

CMPT 370 A - Computer Graphics (SP 2025)

Looking for CMPT 370 A - Computer Graphics (SP 2025) test answers and solutions? Browse our comprehensive collection of verified answers for CMPT 370 A - Computer Graphics (SP 2025) at learn.twu.ca.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Which WebGL function allows the view volume to be asymmetric (not symmetric)?

View this question

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. 

View this question

Which of the following illustrates ambient light?

View this question

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? 

View this question

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

View this question

Which of the following is the Frustum projection matrix?

View this question

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?

View this question

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%
100%
0%
View this question

Which WebGL function generates "ModelView" matrix?

0%
0%
100%
0%
View this question

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.

View this question

Want instant access to all verified answers on learn.twu.ca?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!