#
luxiaotao1123
2024-04-19 b52c36b92ed63ec95fff3e9ef0dfbd539493f96d
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);