Skip to content

纹理

API

TextureLoader

const uv = new THREE.TextureLoader().load($URL);
const mat1 = new THREE.MeshBasicMaterial({
map: uv,
});