增加环境背景参数
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

@ -45,7 +45,7 @@
const config = {
container: document.querySelector('#renderDom'),
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 },
env: { envPath: 'https://sdk.zguiy.com/resurces/hdr/hdr.env', intensity: 1.2, rotationY: 0.3,background: false },
};
kernel.init(config);