@@ -150,6 +150,7 @@ watchEffect((onCleanup) => {
right: 20px;
top: 20px;
z-index: 999;
+ text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
font-size: 22px;
color: #fff !important;
&.fullScreen {
@@ -163,6 +163,7 @@ watchEffect((onCleanup) => {
if (!am3d) return;
const updateMat = (data: any) => {
+ console.log("0.0.0", data);
if (!data.byControl) return;
const mat = JSON.parse(JSON.stringify(am3d.getModelPose()));
if (data.quaAtPath) {