@@ -29462,8 +29462,7 @@ class WebGLRenderer {
generateMipmaps: true,
type: ( extensions.has( 'EXT_color_buffer_half_float' ) || extensions.has( 'EXT_color_buffer_float' ) ) ? HalfFloatType : UnsignedByteType,
minFilter: LinearMipmapLinearFilter,
- samples: 4,
- stencilBuffer: stencil
+ samples: 4
} );
// debug
@@ -29460,8 +29460,7 @@ class WebGLRenderer {