#
luxiaotao1123
2024-04-24 5e39d5aaf44d377a91c135576a0c22b15790e7c7
src/components/house.jsx
@@ -521,6 +521,8 @@
          color={'#0069c5'}
          metalness={1.0}
          roughness={0.8}
          transparent={true}
          opacity={wallOpacity}
        ></meshPhysicalMaterial>
      </mesh>
      {/* 顶部第二层 */}
@@ -550,7 +552,7 @@
          metalness={1.0}
          roughness={0.8}
          transparent={true}
          opacity={0.8}
          opacity={wallOpacity}
        ></meshPhysicalMaterial>
      </mesh>
    </group>