diff --git a/.all-contributorsrc b/.all-contributorsrc index 840c205a4..26ddb135c 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -225,7 +225,7 @@ ] }, { - "login": "woo-cie", + "login": "woo-cie", "name": "Makoto Yamada", "avatar_url": "https://avatars.githubusercontent.com/u/24642989?v=4", "profile": "https://github.com/woo-cie", @@ -241,6 +241,15 @@ "contributions": [ "code" ] + }, + { + "login": "WCWedin", + "name": "Ibby Wedin", + "avatar_url": "https://avatars.githubusercontent.com/u/110730?v=4", + "profile": "https://github.com/WCWedin", + "contributions": [ + "code" + ] } ], "skipCi": true, diff --git a/README.md b/README.md index 650abc07e..e65d92e0e 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Ben "Pig" Chu

💻
Makoto Yamada

💻
schwyzl

💻 +
Ibby Wedin

💻 diff --git a/types/three/src/materials/Material.d.ts b/types/three/src/materials/Material.d.ts index f2a588bb1..675d6ae23 100644 --- a/types/three/src/materials/Material.d.ts +++ b/types/three/src/materials/Material.d.ts @@ -317,7 +317,7 @@ export class Material extends EventDispatcher { * If *null*, the value is opposite that of side, above. * @default null */ - shadowSide: Side; + shadowSide: Side | null; /** * Defines whether this material is tone mapped according to the renderer's toneMapping setting.