Browse Source

Update ShadowMesh.js

Michael Herzog 2 years ago
parent
commit
ed9be541bc
1 changed files with 3 additions and 3 deletions
  1. 3 3
      examples/jsm/objects/ShadowMesh.js

+ 3 - 3
examples/jsm/objects/ShadowMesh.js

@@ -23,9 +23,9 @@ class ShadowMesh extends Mesh {
 			opacity: 0.6,
 			depthWrite: false,
 			stencilWrite: true,
-            		stencilFunc: EqualStencilFunc,
-            		stencilRef: 0,
-            		stencilZPass: IncrementStencilOp
+			stencilFunc: EqualStencilFunc,
+			stencilRef: 0,
+			stencilZPass: IncrementStencilOp
 
 		} );