mirror of
https://github.com/litruv/UE-MaterialSnippets.git
synced 2026-07-24 09:16:03 +10:00
29 lines
744 B
JSON
29 lines
744 B
JSON
{
|
|
"materials": [
|
|
{
|
|
"author": "Litruv",
|
|
"name": "Vinette",
|
|
"categories": [
|
|
"photo",
|
|
"fx",
|
|
"vintage"
|
|
],
|
|
"preview": "./thumbnails/vinette.png",
|
|
"snippet": "snippets/vinette.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",
|
|
"utillity",
|
|
"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."
|
|
}
|
|
]
|
|
}
|