Files
UE-MaterialSnippets/materials.json

78 lines
2.1 KiB
JSON

{
"materials": [
{
"author": "Litruv",
"name": "Vignette",
"categories": [
"photo",
"fx",
"vintage"
],
"preview": "./thumbnails/vignette.png",
"snippet": "snippets/vignette.txt",
"description": "Adds a subtle darkened border around the edges of the image for a vintage effect."
},
{
"author": "Litruv",
"name": "Screen Ratio Corrected UV's",
"categories": [
"screen",
"utility",
"uv"
],
"preview": "./thumbnails/screen_ratio_corrected_uvs.png",
"snippet": "snippets/screen_ratio_corrected_uvs.txt",
"description": "Outputs Screen UV mapping and maintain the correct screen aspect ratio."
},
{
"author": "Litruv",
"name": "Radial Distortion",
"categories": [
"fx",
"distortion",
"uv"
],
"preview": "./thumbnails/radial_distortion.png",
"snippet": "snippets/radial_distortion.txt",
"description": "Applies a radial distortion effect to the screen UVs, simulating lens distortion."
},
{
"author": "Litruv",
"name": "Color Mask",
"categories": [
"color",
"mask",
"fx"
],
"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."
},
{
"author": "Litruv",
"name": "Conical Gradient",
"categories": [
"mask",
"gradient",
"utility"
],
"preview": "./thumbnails/conical_gradient.png",
"snippet": "snippets/conical_gradient.txt",
"description": "Conical Gradient, aligned with the top for rotation and 0-1 going clockwise."
}
]
}