Rendering - sec 01

Rendering - sec 01

University

5 Qs

quiz-placeholder

Similar activities

Pengantar Pemrograman Web

Pengantar Pemrograman Web

11th Grade - University

10 Qs

React 1

React 1

University

10 Qs

Câu hỏi trắc nghiệm_Hue

Câu hỏi trắc nghiệm_Hue

University

4 Qs

BAB 3. Teknologi Digital

BAB 3. Teknologi Digital

University

10 Qs

Rendering - sec 01

Rendering - sec 01

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

Sirion Vittayakorn

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is rendering?

Determine the color of the 3D scene.

Compute the light intensity in the scene.

Converting 3D scene to 2D image.

Determine how object surface interact with lights.

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which rendering method traces the path of light to produce realistic images?

Rasterization

Ray tracing

Shading

Light traced

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which technique is commonly used for rendering 3D objects in video games?

Rasterization

Ray tracing

Wireframe rendering

Vector rendering

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The scan line algorithm works by:

Calculating colors for each vertex individually.

Breaking down polygons into triangles.

Only rendering outlines of shapes.

Processing each scan line sequentially to fill polygons.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In ray tracing, what happens when a ray intersects a reflective surface?

The ray stops.

A new ray is traced in the direction of reflection.

The surface becomes transparent.

The ray is absorbed by the surface.