Three.js 019Imported Models
Summary
- How to import models and animations available in different formats (obj, fbx, stl, ply, collada, 3ds, and gltf which is becoming a standard)
- Introduction to
GLTFLoader
andDRACOLoader
(for compressed data) - Importing animations with
AnimationMixer
,mixer.clipAction
, andmixer.update(deltaTime)
in the animation loop
Loading...