openbim-components
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -21,3 +21,7 @@ import { Material } from "three"; | ||
} | null; | ||
/** | ||
* Clears any selection previously made by calling {@link highlight}. | ||
*/ | ||
clearSelection(): void; | ||
private updateFragmentHighlight; | ||
} |
@@ -58,2 +58,9 @@ import { Matrix4 } from "three"; | ||
} | ||
/** | ||
* Clears any selection previously made by calling {@link highlight}. | ||
*/ | ||
clearSelection() { | ||
var _a; | ||
(_a = this.selection) === null || _a === void 0 ? void 0 : _a.mesh.removeFromParent(); | ||
} | ||
updateFragmentHighlight(fragment) { | ||
@@ -60,0 +67,0 @@ for (const name in this.highlights) { |
@@ -31,3 +31,3 @@ import * as THREE from "three"; | ||
getSize(): THREE.Vector2; | ||
/** {@link Resizeable.resize} */ | ||
/** {@link Resizeable.resize}. Mapbox automatically handles this. */ | ||
resize(): void; | ||
@@ -34,0 +34,0 @@ /** {@link Disposable.dispose} */ |
@@ -50,3 +50,3 @@ import * as THREE from "three"; | ||
} | ||
/** {@link Resizeable.resize} */ | ||
/** {@link Resizeable.resize}. Mapbox automatically handles this. */ | ||
resize() { } | ||
@@ -53,0 +53,0 @@ /** {@link Disposable.dispose} */ |
{ | ||
"name": "openbim-components", | ||
"main": "dist/index.js", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"packageManager": "yarn@3.2.1", | ||
@@ -6,0 +6,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
448883
205
7094