ZhangXianQiang
2024-04-17 d2287f96e80fc572a832de889c740ca336ef09bf
src/views/screen/components/screen-map-three/experience/world/map.js
@@ -29,7 +29,8 @@
        textureMapFx.repeat.set(scale, scale);
        this.topFaceMaterial = new THREE.MeshPhongMaterial({
            map: textureMap,
            color: 0xb4eeea,
            // color: 0xb4eeea,
            color: 0xb3fffa,
            combine: THREE.MultiplyOperation,
            transparent: true,
            opacity: 1,
@@ -80,7 +81,7 @@
            }
            this.map.add(province);
        });
        this.map.position.set(1, 1, -2);
        this.map.position.set(1, 1, -1.5);
        this.map.scale.set(10, 10, 10);
        this.map.rotation.set(THREE.MathUtils.degToRad(-90), 0, THREE.MathUtils.degToRad(20));
        this.container = new THREE.Object3D();