Parcourir la source

【Mod 0000】优化风窗动画

hongrunxia il y a 2 jours
Parent
commit
3e546cf427

+ 1 - 1
src/views/vent/monitorManager/windowMonitor/dandaoFcLt.threejs.ts

@@ -190,7 +190,7 @@ class ddFc_lt {
     } else if (flag === 0) {
       ([...this.windowsActionArr.frontWindow] as THREE.Mesh[]).forEach((mesh) => {
         gsap.to(mesh.rotation, {
-          z: THREE.MathUtils.degToRad(90),
+          z: THREE.MathUtils.degToRad(0),
           overwrite: true,
         });
       });