Skip to content

Commit

Permalink
Update 4_shadows.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
jbritain authored Nov 27, 2024
1 parent 060ad11 commit 0ba080b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Shadows
description: Implement basic diffuse shading in a composite pass
description: Add shadows to your diffuse shading
sidebar:
label: Shadows
order: 4
Expand Down Expand Up @@ -449,4 +449,4 @@ vec3 getSoftShadow(vec4 shadowClipPos){

![](../../../../../assets/beginner_tutorial/softershadows.webp)

Our shadows no longer have any visible pixels!
Our shadows no longer have any visible pixels!

0 comments on commit 0ba080b

Please sign in to comment.