Skip to content

Commit 42d6a29

Browse files
committed
fix: Remove link to non existing example
Based on the wayback machine, this never existed https://web.archive.org/web/20240101000000*/%20https://p5js.org/examples/3d-blur-using-framebuffer-depth.html
1 parent 7ba103e commit 42d6a29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/content/tutorials/en/layered-rendering-with-framebuffers.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,8 +544,7 @@ function draw() {
544544

545545
If you want to customize how close to or far from the camera an object needs to be to get depth values of 0 or 1, specify near and far values in [`perspective()`](https://p5js.org/reference/#/p5/perspective).
546546

547-
*Depth-based blur shaders are more advanced and are beyond the scope of this tutorial. If you are interested in how they work, you can look at* [*an example of Framebuffer depth blur*](https://p5js.org/examples/3d-blur-using-framebuffer-depth.html)*.*
548-
547+
*Depth-based blur shaders are more advanced and are beyond the scope of this tutorial.*
549548

550549
<Callout>
551550
Can you make a moody, rainy scene using a fog shader to add to the atmosphere?

0 commit comments

Comments
 (0)