bill 1 тиждень тому
батько
коміт
e48b256fa2
2 змінених файлів з 3 додано та 7 видалено
  1. 2 6
      src/below.vue
  2. 1 1
      src/sdk/association/animation.ts

+ 2 - 6
src/below.vue

@@ -121,12 +121,8 @@ const useClickHandler = (link: string) => {
 
   p {
     color: #999;
-    display: flex;
-    align-items: center;
-
-    img {
-      width: 16px;
-    }
+    width: 100%;
+    text-align: center;
   }
 
   > div {

+ 1 - 1
src/sdk/association/animation.ts

@@ -79,9 +79,9 @@ export const addAM = (data: AnimationModel): Promise<AnimationModel3D> => {
           quaAtPath: data.mat?.quaAtPath,
         });
         am.bus.on("loadDone", () => {
-          console.log(data)
           amMap[key].am = am;
           if (isTemploraryID(data.id)) {
+          console.error('putInFrontOfCam', data.id)
             am.putInFrontOfCam();
           }
           console.log("0.0", am);