#
luxiaotao1123
2024-04-19 a298ccbb1753785cfd045fe96f0e8eb2acfd8007
#
1个文件已修改
1 ■■■■ 已修改文件
src/components/house.jsx 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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);