廖杰:完成预览模式下鼠标离开设备,面板自动消失,调整面板字体,设备选中的箭头优化

This commit is contained in:
Hcat
2024-03-18 19:26:45 +08:00
parent b90d5d5911
commit 9e3d896259
5 changed files with 100 additions and 107 deletions

View File

@@ -1,7 +1,7 @@
export function handleLHover(targetPoint) {
// 保存进入状态
this._saveState();
this.clearTagsObj();
// this.clearTagsObj();
// 全局临时标记该选中的模型;
this.targetPoint = targetPoint;
const worldPosition = new this.THREE.Vector3();