lythreeframe 1.1.3 → 1.1.4
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/bundle.cjs.js
CHANGED
|
@@ -3078,8 +3078,9 @@ class TransformGizmo extends Pawn {
|
|
|
3078
3078
|
this.targetMatrixMap.set(elem, TB_local);
|
|
3079
3079
|
});
|
|
3080
3080
|
}
|
|
3081
|
-
onChange()
|
|
3082
|
-
|
|
3081
|
+
// protected onChange()
|
|
3082
|
+
// {
|
|
3083
|
+
// }
|
|
3083
3084
|
onDraggingChanged(event) {
|
|
3084
3085
|
if (this.primaryTarget) {
|
|
3085
3086
|
let tMatrix = this.primaryTarget.getMatrixInWorld();
|
|
@@ -3090,7 +3091,6 @@ class TransformGizmo extends Pawn {
|
|
|
3090
3091
|
}
|
|
3091
3092
|
}
|
|
3092
3093
|
onObjectChanged() {
|
|
3093
|
-
console.log("onObjectChanged");
|
|
3094
3094
|
if (this.primaryTarget) {
|
|
3095
3095
|
//const TA1 = this.primaryTarget.getMatrixInWorld();
|
|
3096
3096
|
this.helperObject.updateMatrixWorld(true);
|
package/dist/bundle.esm.js
CHANGED
|
@@ -3076,8 +3076,9 @@ class TransformGizmo extends Pawn {
|
|
|
3076
3076
|
this.targetMatrixMap.set(elem, TB_local);
|
|
3077
3077
|
});
|
|
3078
3078
|
}
|
|
3079
|
-
onChange()
|
|
3080
|
-
|
|
3079
|
+
// protected onChange()
|
|
3080
|
+
// {
|
|
3081
|
+
// }
|
|
3081
3082
|
onDraggingChanged(event) {
|
|
3082
3083
|
if (this.primaryTarget) {
|
|
3083
3084
|
let tMatrix = this.primaryTarget.getMatrixInWorld();
|
|
@@ -3088,7 +3089,6 @@ class TransformGizmo extends Pawn {
|
|
|
3088
3089
|
}
|
|
3089
3090
|
}
|
|
3090
3091
|
onObjectChanged() {
|
|
3091
|
-
console.log("onObjectChanged");
|
|
3092
3092
|
if (this.primaryTarget) {
|
|
3093
3093
|
//const TA1 = this.primaryTarget.getMatrixInWorld();
|
|
3094
3094
|
this.helperObject.updateMatrixWorld(true);
|