scanlines

This commit is contained in:
2025-09-22 18:14:21 +10:00
parent 497b198da1
commit 58cde79e97
3 changed files with 594 additions and 0 deletions

View File

@@ -48,6 +48,18 @@
"preview": "./thumbnails/color_mask.png",
"snippet": "snippets/color_mask.txt",
"description": "Creates a mask based on if there is color in the input texture."
},
{
"author": "Litruv",
"name": "Scanlines",
"categories": [
"fx",
"screen",
"vintage"
],
"preview": "./thumbnails/scanlines.gif",
"snippet": "snippets/scanlines.txt",
"description": "Adds horizontal scanlines to the screen UVs for a retro display effect."
}
]
}