Skip to content

Commit e41faf7

Browse files
committed
Pin BloomPass import
1 parent 8b9f961 commit e41faf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/bloom-effect/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div id="graph"></div>
1414

1515
<script>
16-
UnrealBloomPassPromise = import('//cdn.skypack.dev/three/examples/jsm/postprocessing/UnrealBloomPass.js')
16+
UnrealBloomPassPromise = import('//cdn.skypack.dev/three@0.136/examples/jsm/postprocessing/UnrealBloomPass.js')
1717
.then(m => m.UnrealBloomPass);
1818
</script>
1919

0 commit comments

Comments
 (0)