This commit is contained in:
@ -16,12 +16,11 @@ type InitParams = {
|
||||
container?: string | HTMLCanvasElement;
|
||||
modelUrlList?: string[];
|
||||
apiConfig?: ConfiguratorParams;
|
||||
onSuccess?: () => void;
|
||||
onError?: (error?: unknown) => void;
|
||||
env?: {
|
||||
hdrPath?: string;
|
||||
intensity?: number;
|
||||
rotationY?: number;
|
||||
background?: boolean;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user