1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 04:12:02 +08:00

remove stencilBuffer

This commit is contained in:
Kevin Levron 2021-03-15 20:44:50 +01:00
parent df08f3077c
commit 56479333da

View File

@ -25,7 +25,6 @@ function LiquidEffect(renderer) {
type: FloatType, type: FloatType,
format: RGBAFormat, format: RGBAFormat,
depthBuffer: false, depthBuffer: false,
// stencilBuffer: false,
}; };
this.hMap = new WebGLRenderTarget(this.width, this.height, targetOptions); this.hMap = new WebGLRenderTarget(this.width, this.height, targetOptions);