Skip to content

Commit

Permalink
Renderer: Set stencil to false by default. (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored Mar 23, 2024
1 parent aa83cbd commit 5189f6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion types/three/examples/jsm/renderers/common/Renderer.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default class Renderer {
depth: boolean;

/**
* @default true
* @default false
*/
stencil: boolean;

Expand Down
2 changes: 1 addition & 1 deletion types/three/src/renderers/WebGLRenderer.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export interface WebGLRendererParameters {
antialias?: boolean | undefined;

/**
* default is true.
* default is false.
*/
stencil?: boolean | undefined;

Expand Down

0 comments on commit 5189f6c

Please sign in to comment.