人生啊人生 3 weken geleden
bovenliggende
commit
bb0a295374
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      user_web/src/components/student/event/TypeViewEvent.ts

+ 2 - 2
user_web/src/components/student/event/TypeViewEvent.ts

@@ -2406,7 +2406,7 @@ export class TypeViewEvent {
             this.objGizmoManagerOne.gizmos.rotationGizmo.zGizmo.isEnabled = true;
 
             // 旋转尺寸变大
-            this.objGizmoManagerOne.gizmos.rotationGizmo.scaleRatio = 2;
+            this.objGizmoManagerOne.gizmos.rotationGizmo.scaleRatio = 2.5;
 
             // // 捕捉距离,这个还是不要设置了,会有问题
             // this.objGizmoManagerOne.gizmos.rotationGizmo.snapDistance = 3;
@@ -2459,7 +2459,7 @@ export class TypeViewEvent {
             // this.objGizmoManagerTwo.gizmos.rotationGizmo.snapDistance = 3;
 
             // 旋转尺寸变大
-            this.objGizmoManagerOne.gizmos.rotationGizmo.scaleRatio = 2;
+            this.objGizmoManagerTwo.gizmos.rotationGizmo.scaleRatio = 2.7;
 
             // // 清空所有的事件
             // this.objGizmoManagerTwo.gizmos.rotationGizmo.onDragStartObservable.clear();