File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
manual/assets/js/src/demos Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ window.addEventListener("load", () => void load().then((assets) => {
112
112
) ;
113
113
114
114
// #region DEBUG
115
- const smaaEdgesDebugPass = new EffectPass ( effect , new TextureEffect ( { texture : effect . edgesTexture } ) ) ;
116
- const smaaWeightsDebugPass = new EffectPass ( effect , new TextureEffect ( { texture : effect . weightsTexture } ) ) ;
115
+ const smaaEdgesDebugPass = new EffectPass ( effect , new TextureEffect ( { texture : effect . edgesTexture . value } ) ) ;
116
+ const smaaWeightsDebugPass = new EffectPass ( effect , new TextureEffect ( { texture : effect . weightsTexture . value } ) ) ;
117
117
118
118
effect . blendMode . blendFunction = new MixBlendFunction ( ) ;
119
119
effectPass . output . defaultBuffer = null ;
You can’t perform that action at this time.
0 commit comments