src/components/house.jsx
@@ -45,7 +45,6 @@ const texture = new THREE.TextureLoader().load( `/textures/wall_pic5.jpg` ); console.log('env', process.env.NODE_ENV); texture.wrapS = THREE.RepeatWrapping; // 水平方向重复 texture.repeat.set(0.02, 0.02);