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 and DRACOLoader (for compressed data)
  • Importing animations with AnimationMixer, mixer.clipAction, and mixer.update(deltaTime) in the animation loop

Loading...

Open example in a new tab.

Links