three-cad-viewer 3.2.1 → 3.2.2
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/dist/three-cad-viewer.js
CHANGED
|
@@ -62093,7 +62093,7 @@ void main() {
|
|
|
62093
62093
|
this.updateChildrenStates(node, i);
|
|
62094
62094
|
this.update(null, i);
|
|
62095
62095
|
}
|
|
62096
|
-
this.updateHandler();
|
|
62096
|
+
this.updateHandler(true);
|
|
62097
62097
|
this.notificationHandler();
|
|
62098
62098
|
}
|
|
62099
62099
|
|
|
@@ -64964,7 +64964,7 @@ void main() {
|
|
|
64964
64964
|
}
|
|
64965
64965
|
}
|
|
64966
64966
|
|
|
64967
|
-
const version = "3.2.
|
|
64967
|
+
const version = "3.2.2";
|
|
64968
64968
|
|
|
64969
64969
|
Mesh.prototype.dispose = function () {
|
|
64970
64970
|
if (this.geometry) {
|