@labelbee/lb-annotation 1.14.0-alpha.5 → 1.14.0-alpha.6

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.
@@ -83,7 +83,7 @@ export declare class PointCloud {
83
83
  * @param boxParams
84
84
  * @param color
85
85
  */
86
- generateBox(boxParams: IPointCloudBox, color?: number): void;
86
+ generateBox(boxParams: IPointCloudBox, color?: THREE.ColorRepresentation): void;
87
87
  getAllAttributeColor(boxes: IPointCloudBox[]): {
88
88
  [k: string]: any;
89
89
  };
@@ -94,7 +94,7 @@ export declare class PointCloud {
94
94
  addSphereToSense: (sphereParams: IPointCloudSphere, color?: string) => void;
95
95
  generateSphere: (sphereParams: IPointCloudSphere) => void;
96
96
  generateSpheres: (spheres: IPointCloudSphere[]) => void;
97
- AddBoxToSense: (boxParams: IPointCloudBox, color?: number) => void;
97
+ AddBoxToSense: (boxParams: IPointCloudBox, color?: THREE.ColorRepresentation) => void;
98
98
  generateBoxes(boxes: IPointCloudBox[]): void;
99
99
  /**
100
100
  * Get OrthographicCamera Params to Change
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@labelbee/lb-annotation",
3
- "version": "1.14.0-alpha.5",
3
+ "version": "1.14.0-alpha.6",
4
4
  "description": "Annotation tool collection",
5
5
  "keywords": [
6
6
  "annotation",