#
luxiaotao1123
2024-04-24 ef1c6cacf5aa4b2bcce35eb3b7bae2db95692edd
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>