Ver Fonte

Merge pull request #16415 from pboyer/patch-1

Add shadowSide field to MaterialParameters type definition
Mr.doob há 6 anos atrás
pai
commit
ff324eabdb
1 ficheiros alterados com 1 adições e 0 exclusões
  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;

粤ICP备19079148号