@realsee/dnalogel 3.41.0 → 3.41.1

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,11 @@
1
1
  # CHANGELOG
2
+ ## 3.41.1
3
+ - fix(GuideLinePlugin): 闪烁动画修复
4
+ - feat(blink): 支持闪烁 `ShaderMaterial`
5
+
6
+ ## 3.41.0
7
+ - feat(GuideLinePlugin): 优化路线转弯处的显示效果
8
+
2
9
  ## 3.40.4
3
10
  - fix(ModelMakerPlugin): 修复 plugin `disable()` 后,依旧可以点击到物体的偶现问题。
4
11
 
@@ -58,7 +58,6 @@ declare class GuideLineModeItem {
58
58
  private textureHasLoaded;
59
59
  private disposed;
60
60
  private flowAnime;
61
- private flickerAnime;
62
61
  /** 缓存 panoGroup 中每个点距离起点的长度 */
63
62
  private cacheLengths;
64
63
  /** 为了让多条路线在高度上错开,每个路线都需要有个额外的 offset */
@@ -147,8 +146,6 @@ declare class GuideLineModeItem {
147
146
  /** 通过 panoIndex 数组计算路径 */
148
147
  private getPathFromPanoGroup;
149
148
  private onFlowAnimeUpdate;
150
- private onFlickerAnimeUpdate;
151
- private logWarning;
152
149
  private logError;
153
150
  }
154
151
  export { GuideLineModeItem };