Summary of Animation and Moving the Camera
Explore animation methods and camera controls in Three.js to create dynamic 3D scenes. Understand basic animations, camera movement, and mesh property changes within render loops. This lesson covers animating models using morph targets and skeletons, working with materials, and preparing for texture applications.
We'll cover the following...
We'll cover the following...
Wrap up!
In this chapter:
-
We looked at different ways we can animate our scene. We started with some basic animation tricks, moved on to camera movement and control, and ended by ...