Преглед на файлове

【Mod 0000】优化风窗动画

hongrunxia преди 3 дни
родител
ревизия
3e546cf427
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/vent/monitorManager/windowMonitor/dandaoFcLt.threejs.ts

+ 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,
         });
       });