This commit is contained in:
@ -6,7 +6,7 @@ type ErrorCallback = ((error?: unknown) => void) | null | undefined;
|
||||
* 共享运行时配置对象
|
||||
*/
|
||||
export const AppConfig = {
|
||||
container: 'renderDom',
|
||||
container: document.querySelector('#renderDom') as HTMLCanvasElement,
|
||||
modelUrlList: [] as string[],
|
||||
env: {
|
||||
envPath: '/hdr/sanGiuseppeBridge.env',
|
||||
|
||||
Reference in New Issue
Block a user