More actions
m (Text replacement - "Category:3DS homebrew demos" to "") |
No edit summary Tag: Reverted |
||
Line 5: | Line 5: | ||
|author=TheGag96 | |author=TheGag96 | ||
|lastupdated=2022/04/19 | |lastupdated=2022/04/19 | ||
|type= | |type=Demosz | ||
|version=1.0 | |version=1.0 | ||
|license=Zlib | |license=Zlib |
Revision as of 04:53, 5 Mayıs 2024
Scanline Offset Shader | |
---|---|
General | |
Author | TheGag96 |
Type | Demosz |
Version | 1.0 |
License | Zlib |
Last Updated | 2022/04/19 |
Links | |
Download | |
Website | |
Source | |
This is a demo that simulates the common retro console effect of creating a horizontal offset for each scanline on the screen in order to make different wave effects.
To make it works efficiently, it uses a geometry shader that takes in two points at a time and makes 16 one-pixel-high strips that are then offset from a table uniform that contains a value to shift for each Y-position on the screen.
It contains the entirety of citro2d, hackily edited to work with this. it was done just for convenience - you could certainly make it play nicely with citro2d without having to edit it.
User guide
You can change some parameters for different effects.
Controls
Up/Down - Change the time step
Left/Right - Change amplitude
L/R - Change scanline speed
A - Sysle through the pattern function
Screenshots