This commit is contained in:
yinsx
2026-01-05 14:04:46 +08:00
parent 525abc9512
commit 6a3509d623
4 changed files with 46 additions and 5 deletions

View File

@ -9,5 +9,10 @@ export const AppConfig = {
container: 'renderDom',
modelUrlList: [] as string[],
success: null as OptionalCallback,
error: null as ErrorCallback
error: null as ErrorCallback,
env: {
hdrPath:"",
intensity: 1,
rotationY: 0
}
};