增加环境背景参数
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yinsx
2026-01-07 15:23:21 +08:00
parent b238139773
commit ae59fbe68b
6 changed files with 123 additions and 12 deletions

View File

@ -11,6 +11,7 @@ export const AppConfig = {
env: {
envPath: '/hdr/sanGiuseppeBridge.env',
intensity: 1.5,
rotationY: 0
rotationY: 0,
background: true,
}
};