...

/

Quiz Yourself: Animation and Moving the Camera

Quiz Yourself: Animation and Moving the Camera

Test your understanding of the animation and moving the camera in the Three.js application.

We'll cover the following...
1

Why is requestAnimationFrame preferred over setInterval or setTimeout for animations in Three.js?

A)

It has better support for external models.

B)

It ensures smoother animations by efficient use of CPU and GPU.

C)

It requires less code to implement.

D)

It is the only function supported by Three.js.

Question 1 of 90 attempted
...