1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yinsx
2026-01-05 18:04:30 +08:00
parent ed5669fe93
commit 47f0961e22
2 changed files with 3 additions and 3 deletions

View File

@ -44,8 +44,8 @@
const config = {
container: document.querySelector('#renderDom'),
modelUrlList: ['/public/model/model.glb'],
env: { envPath: '/public/hdr/hdr.env', intensity: 1.2, rotationY: 0.3 },
modelUrlList: ['https://sdk.zguiy.com/resurces/model/model.glb'],
env: { envPath: 'https://sdk.zguiy.com/resurces/hdr/hdr.env', intensity: 1.2, rotationY: 0.3 },
};
kernel.init(config);