diff --git a/examples/module-demo.html b/examples/module-demo.html
index 848326a..71cb6a2 100644
--- a/examples/module-demo.html
+++ b/examples/module-demo.html
@@ -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),
};
diff --git a/index.html b/index.html
index 612a6ed..cf0383c 100644
--- a/index.html
+++ b/index.html
@@ -21,19 +21,17 @@