This commit is contained in:
2026-05-18 18:53:30 +08:00
parent fb193c0528
commit 840e3d6a55
12 changed files with 907 additions and 68 deletions

View File

@ -30,6 +30,7 @@ export type ModelLoadedPayload = {
export type ModelClickPayload = {
meshName?: string;
modelName?: string; // 模型根节点名称modelId
pickedMesh?: any;
pickedPoint?: any;
materialName?: string;