bill 4 天之前
父节点
当前提交
be2fc037b1
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      src/layout/show/index.vue
  2. 1 0
      src/views/animation/index.vue

+ 1 - 0
src/layout/show/index.vue

@@ -150,6 +150,7 @@ watchEffect((onCleanup) => {
   right: 20px;
   right: 20px;
   top: 20px;
   top: 20px;
   z-index: 999;
   z-index: 999;
+  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
   font-size: 22px;
   font-size: 22px;
   color: #fff !important;
   color: #fff !important;
   &.fullScreen {
   &.fullScreen {

+ 1 - 0
src/views/animation/index.vue

@@ -163,6 +163,7 @@ watchEffect((onCleanup) => {
   if (!am3d) return;
   if (!am3d) return;
 
 
   const updateMat = (data: any) => {
   const updateMat = (data: any) => {
+    console.log("0.0.0", data);
     if (!data.byControl) return;
     if (!data.byControl) return;
     const mat = JSON.parse(JSON.stringify(am3d.getModelPose()));
     const mat = JSON.parse(JSON.stringify(am3d.getModelPose()));
     if (data.quaAtPath) {
     if (data.quaAtPath) {