mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 05:08:19 +08:00
Fix: 增加复刻苍红的回响CD图, 国服热更又把地图视角改回去了
- 修复点击时报类型错误的问题 - 修复无透视图片不被更新的问题 - 增加了灭点和距点的log
This commit is contained in:
@@ -82,6 +82,8 @@ class Perspective:
|
||||
self.vanish_point = optimize.brute(self._vanish_point_value, self.config.VANISH_POINT_RANGE)
|
||||
distance_point_x = optimize.brute(self._distant_point_value, self.config.DISTANCE_POINT_X_RANGE)[0]
|
||||
self.distant_point = np.array([distance_point_x, self.vanish_point[1]])
|
||||
logger.info(f' vanish_point: ({", ".join([str(int(x)).rjust(5) for x in self.vanish_point])})')
|
||||
logger.info(f' distant_point: ({", ".join([str(int(x)).rjust(5) for x in self.distant_point])})')
|
||||
|
||||
# Re-generate lines. Useless after mid_cleanse function added.
|
||||
# self.horizontal = self.crossings.link(None, is_horizontal=True).group()
|
||||
|
||||
Reference in New Issue
Block a user