Three.js 009Textures
Summary
- Introduced three methods to load textures with
import
,Image()
object, orTHREE.LoadingManager()
- Types of textures: color, alpha, height, normal, ambient occlusion, metalness, roughness
- Settings for texture wrapping and alignment
- Texture filters: minFilter, magFilter
Loading...