|
@@ -536,10 +536,10 @@ export const associationAnimation = (sdk: SDK, el: HTMLDivElement) => {
|
|
|
watchEffect(() => {
|
|
|
// am.mat && frame.setMat(am.mat);
|
|
|
if (am.mat && am3d.am) {
|
|
|
- console.log(am.mat)
|
|
|
- am3d.am.changePosition(mat.position!)
|
|
|
- am3d.am.changeRotation(mat.rotation!)
|
|
|
- am3d.am.changeScale(mat.scale!)
|
|
|
+ // console.log(am.mat)
|
|
|
+ // am3d.am.changePosition(mat.position!)
|
|
|
+ // am3d.am.changeRotation(mat.rotation!)
|
|
|
+ // am3d.am.changeScale(mat.scale!)
|
|
|
}
|
|
|
console.log("set-global-frame", am.mat);
|
|
|
}),
|