feat(all): 数据面板迁移

This commit is contained in:
plum
2026-04-08 17:25:44 +08:00
parent 4cc239d660
commit 8385c08ec7
8 changed files with 1446 additions and 0 deletions
+8
View File
@@ -61,6 +61,14 @@ export interface ViewerEventMap {
// 模型双击事件
onDoubleClick: { intersect: THREE.Intersection, object: THREE.Object3D };
// 数据组件绑定数据更新
bindDataChange: {
object: THREE.Object3D;
data: unknown;
config: unknown;
index: number;
};
// 键盘按下事件(全局)
onKeyDown: { event: KeyboardEvent };