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

This commit is contained in:
yinsx
2026-01-05 14:11:45 +08:00
parent 8e65eeb501
commit 58cd883720
5 changed files with 16 additions and 36 deletions

View File

@ -15,7 +15,7 @@
const config = {
container: 'renderDom',
modelUrlList: ['/public/model/model.glb'],
env: '/public/model/model.glb',
env: { hdrPath: '/hdr/hdr.env', intensity: 1.2, rotationY: 0.3 },
onSuccess: () => console.log('SDK initialized (module)'),
onError: (err) => console.error('SDK init error', err),
};