Browse Source

Merge pull request #16415 from pboyer/patch-1

Add shadowSide field to MaterialParameters type definition
Mr.doob 6 years ago
parent
commit
ff324eabdb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/materials/Material.d.ts

+ 1 - 0
src/materials/Material.d.ts

@@ -44,6 +44,7 @@ export interface MaterialParameters {
   dithering?: boolean;
   flatShading?: boolean;
   side?: Side;
+	shadowSide?: Side;
   transparent?: boolean;
   vertexColors?: Colors;
   vertexTangents?: boolean;