Skip to content

Commit

Permalink
feat: update lighting
Browse files Browse the repository at this point in the history
BREAKING CHANGE: LightingProps, AvatarProps
  • Loading branch information
ericjansenrpm committed Jan 3, 2024
1 parent a465768 commit 2e042dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Lights/Lights.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const Lights: FC<LightingProps> = (lightingProps) => {
color={keyLightColor}
intensity={keyLightIntensity * 0.16}
/>
{/* Dummy directional light for shadow casting. */}
{/* Dummy directional light for shadow casting from behind avatar. */}
<directionalLight position={LIGHT_CONFIG.dirLightPosition} target={targets.shoe} castShadow intensity={0.0} />
</group>
);
Expand Down

0 comments on commit 2e042dd

Please sign in to comment.