Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudWolfYT committed Sep 24, 2023
2 parents 177e7a5 + 783bde3 commit 1914626
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,17 @@ The screen shake example shakes the screen with a fixed frequency and magnitude
<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->

## Phosphor Example 💡
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<img src="images/phosphor.png"
alt="Phosphor"
style="float: left; margin-right: 10px;" /> <br>
The phosphor example implements the vanilla shader "phosphor" as a togglable effect with the shader selector. A new target is added to the post to hold the previous frame. Controlling the vec3 Phosphor variable inside shader.fsh will control the strength of the effect (0-1).

<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->

## How it Works! 🔨
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
Expand Down

0 comments on commit 1914626

Please sign in to comment.