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) => {
112112 ) ;
113113
114114 // #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 } ) ) ;
117117
118118 effect . blendMode . blendFunction = new MixBlendFunction ( ) ;
119119 effectPass . output . defaultBuffer = null ;
You can’t perform that action at this time.
0 commit comments