Parcourir la source

Update WebGLRenderer.js

Fix typo.
Michael Herzog il y a 1 an
Parent
commit
50f7daa582
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/renderers/WebGLRenderer.js

+ 1 - 1
src/renderers/WebGLRenderer.js

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