We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 141493f commit 65cd273Copy full SHA for 65cd273
src/passes/bloom.js
@@ -33,6 +33,12 @@ export class BloomPass extends Pass {
33
34
this.name = "BloomPass";
35
36
+ /**
37
+ * This pass renders to the write buffer.
38
+ */
39
+
40
+ this.needsSwap = true;
41
42
/**
43
* A blur pass.
44
*
src/passes/god-rays.js
@@ -65,6 +65,12 @@ export class GodRaysPass extends Pass {
65
66
this.name = "GodRaysPass";
67
68
69
70
71
72
73
74
75
* A scene that only contains the light source.
76
0 commit comments