1
This commit is contained in:
@ -30,6 +30,10 @@ export type ModelLoadedPayload = {
|
||||
|
||||
export type ModelClickPayload = {
|
||||
meshName?: string;
|
||||
pickedMesh?: any;
|
||||
pickedPoint?: any;
|
||||
materialName?: string;
|
||||
modelControlType?: 'rotation' | 'color';
|
||||
};
|
||||
|
||||
export type SceneReadyPayload = {
|
||||
|
||||
Reference in New Issue
Block a user