2
0
Эх сурвалжийг харах

Merge pull request #16415 from pboyer/patch-1

Add shadowSide field to MaterialParameters type definition
Mr.doob 6 жил өмнө
parent
commit
ff324eabdb

+ 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;