three-cad-viewer 3.3.2 → 3.3.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.
|
@@ -65051,7 +65051,7 @@ class Camera {
|
|
|
65051
65051
|
}
|
|
65052
65052
|
}
|
|
65053
65053
|
|
|
65054
|
-
const version = "3.3.
|
|
65054
|
+
const version = "3.3.3";
|
|
65055
65055
|
|
|
65056
65056
|
Mesh.prototype.dispose = function () {
|
|
65057
65057
|
if (this.geometry) {
|
|
@@ -67083,7 +67083,7 @@ class Viewer {
|
|
|
67083
67083
|
this.gridHelper.centerGrid = center;
|
|
67084
67084
|
this.gridHelper.setCenter(this.axes0, this.up == "Z");
|
|
67085
67085
|
|
|
67086
|
-
this.checkChanges({
|
|
67086
|
+
this.checkChanges({ center_grid: this.gridHelper.centerGrid }, notify);
|
|
67087
67087
|
|
|
67088
67088
|
this.update(this.updateMarker);
|
|
67089
67089
|
};
|