const loader = new THREE.TextureLoader(); · loader.load('resources/images/wall.jpg', (texture) => { · const material = new THREE.MeshBasicMaterial({ · map: texture ...
確定! 回上一頁