auto-git:
[change] src/rendering/advanced-rendering.ts
This commit is contained in:
@@ -241,8 +241,7 @@ function isRenderableMaterialEligibleForShadows(
|
||||
|
||||
export function configureAdvancedRenderingShadowLight(
|
||||
light: DirectionalLight | PointLight | SpotLight,
|
||||
settings: Pick<AdvancedRenderingSettings, "enabled" | "shadows">
|
||||
,
|
||||
settings: Pick<AdvancedRenderingSettings, "enabled" | "shadows">,
|
||||
castShadow: boolean,
|
||||
normalBias = 0
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user