mirror of
https://github.com/litruv/UE-MaterialSnippets.git
synced 2026-07-24 01:06:02 +10:00
Add Conical Gradient material with details
This commit is contained in:
@@ -60,6 +60,18 @@
|
|||||||
"preview": "./thumbnails/scanlines.gif",
|
"preview": "./thumbnails/scanlines.gif",
|
||||||
"snippet": "snippets/scanlines.txt",
|
"snippet": "snippets/scanlines.txt",
|
||||||
"description": "Adds horizontal scanlines to the screen UVs for a retro display effect."
|
"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."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user