From 56479333da3ee5ba4e303228a50da0dc95719648 Mon Sep 17 00:00:00 2001 From: Kevin Levron Date: Mon, 15 Mar 2021 20:44:50 +0100 Subject: [PATCH] remove stencilBuffer --- src/components/liquid/LiquidEffect.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/liquid/LiquidEffect.js b/src/components/liquid/LiquidEffect.js index 99411c5..f6b0323 100644 --- a/src/components/liquid/LiquidEffect.js +++ b/src/components/liquid/LiquidEffect.js @@ -25,7 +25,6 @@ function LiquidEffect(renderer) { type: FloatType, format: RGBAFormat, depthBuffer: false, - // stencilBuffer: false, }; this.hMap = new WebGLRenderTarget(this.width, this.height, targetOptions);