选择修改
This commit is contained in:
parent
95e0681d7c
commit
49387b456a
@ -1322,10 +1322,7 @@ class SelectionSystem:
|
||||
|
||||
# 综合补偿因子
|
||||
total_compensation = parent_compensation * target_compensation
|
||||
scale_factor = pixel_to_world_ratio * 0.5 * total_compensation
|
||||
|
||||
print(f"智能缩放补偿: 父链缩放={parent_cumulative_scale:.4f}, 目标缩放={target_scale_magnitude:.4f}")
|
||||
print(f"父链补偿={parent_compensation:.2f}, 目标补偿={target_compensation:.2f}, 总补偿={total_compensation:.2f}")
|
||||
scale_factor = pixel_to_world_ratio * 0.5*total_compensation
|
||||
|
||||
# 【关键修复】:在正确的坐标系中计算移动向量
|
||||
# 计算移动距离(标量)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user