Three.js 009Textures

Summary

  • Introduced three methods to load textures with import, Image() object, or THREE.LoadingManager()
  • Types of textures: color, alpha, height, normal, ambient occlusion, metalness, roughness
  • Settings for texture wrapping and alignment
  • Texture filters: minFilter, magFilter

Loading...

Open example in a new tab.

Links