@realsee/dnalogel 3.53.3 → 3.53.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
1
  # CHANGELOG
2
+ ## 3.53.4
3
+ - fix(Sculpt): 关闭 depthWrite,修复不显示被透明面遮挡的线的问题,修复部分面看起来颜色要淡的问题。
4
+ - fix(Sculpt): 物体的 opacity 不再修改边框线的透明度。
5
+
2
6
  ## 3.53.3
3
7
  - fix(GuideLinePlugin): 修复 `GuideLinePlugin` 在 `hide` 后切换至 `Mapview` 视角时,偶现显示出起点终点标签的问题。
4
8
 
@@ -10,9 +10,13 @@ export type CruiseData = {
10
10
  effect: 'Move' | 'Rotate';
11
11
  /** five走点动画 */
12
12
  moveEffect?: MoveEffect;
13
- /** 移动速度 */
13
+ /**
14
+ * @description 移动速度 m/ms
15
+ */
14
16
  moveSpeed?: number;
15
- /** 旋转速度 */
17
+ /**
18
+ * @description 旋转速度 rad/ms
19
+ */
16
20
  rotateSpeed?: number;
17
21
  } & FivePoseAndState;
18
22
  export interface CruiseKeyframe {