diff --git a/src/components/ThreeViewer.vue b/src/components/ThreeViewer.vue index a7884c5..e811130 100644 --- a/src/components/ThreeViewer.vue +++ b/src/components/ThreeViewer.vue @@ -2,6 +2,27 @@
点击模型查看部件信息
+部件名称: {{ selectedMeshInfo.name || '未命名' }}
+坐标:
+{{ JSON.stringify(selectedMeshInfo.position, null, 2) }}
+
+ 点击模型查看部件信息
+部件名称: {{ selectedMeshInfo.name || '未命名' }}
+坐标:
+{{ JSON.stringify(selectedMeshInfo.position, null, 2) }}
+
+