This commit is contained in:
2026-04-30 14:46:01 +08:00
parent 604dcdf3fb
commit 4207fcf7c2
15 changed files with 1038 additions and 87 deletions

View File

@ -30,6 +30,10 @@ export type ModelLoadedPayload = {
export type ModelClickPayload = {
meshName?: string;
pickedMesh?: any;
pickedPoint?: any;
materialName?: string;
modelControlType?: 'rotation' | 'color';
};
export type SceneReadyPayload = {