@realsee/dnalogel 3.72.5-alpha.1 → 3.72.5-alpha.3

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.
@@ -38,6 +38,7 @@ export declare class PointTag<C extends TagContentType = TagContentType> extends
38
38
  setData(...data: Parameters<InstanceType<typeof BaseTag<C, '2DPoint' | '3DPoint'>>['setData']>): void;
39
39
  updateUnfoldedByPanoIndex(): void;
40
40
  computeNormal(): THREE.Vector3;
41
+ removeTagNormalLine(): void;
41
42
  /**
42
43
  * @description 获取额外的闪烁目标,包括法线(如果有)
43
44
  */