Skip to content

Commit

Permalink
Pin BloomPass import
Browse files Browse the repository at this point in the history
  • Loading branch information
vasturiano committed Jan 31, 2022
1 parent 8b9f961 commit e41faf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/bloom-effect/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div id="graph"></div>

<script>
UnrealBloomPassPromise = import('//cdn.skypack.dev/three/examples/jsm/postprocessing/UnrealBloomPass.js')
UnrealBloomPassPromise = import('//cdn.skypack.dev/three@0.136/examples/jsm/postprocessing/UnrealBloomPass.js')
.then(m => m.UnrealBloomPass);
</script>

Expand Down

0 comments on commit e41faf7

Please sign in to comment.