Skip to content

Commit

Permalink
Update index.html to fix typo and fix importmap paths
Browse files Browse the repository at this point in the history
  • Loading branch information
enzofrancescaHM authored Jan 31, 2025
1 parent 5617d2f commit 485fe53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/post-process/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
{
"imports": {
"aframe": "../../dist/aframe-master.module.min.js",
"three": "https://cdn.jsdelivr.net/npm/super-three@0.172.0/build/three.module.js",
"three/addons/": "https://cdn.jsdelivr.net/npm/super-three@0.172.0/examples/jsm/"
"three": "../../../super-three-package/build/three.module.js",
"three/addons/": "../../../super-three-package/examples/jsm/",
}
}
</script>
Expand All @@ -25,7 +25,7 @@
shadow="type: pcfsoft; autoUpdate: true"
background="color:black;"
renderer="anisotropy:4; stencil:true; alpha:false; colorManagement:true; exposure:1.0;"
bloomm="threshold: 1.0; strength: 0.6; radius: 1; exposure: 1.0">
bloom="threshold: 1.0; strength: 0.6; radius: 1; exposure: 1.0">

<a-entity id="pov-camera" position="0 1.6 2" rotation="3.323 -8.136 0" camera="" look-controls="" wasd-controls="" data-aframe-inspector-original-camera=""></a-entity>

Expand Down

0 comments on commit 485fe53

Please sign in to comment.