radial distortion

This commit is contained in:
2025-09-22 17:53:09 +10:00
parent daf221c688
commit 1855c6aca8
3 changed files with 173 additions and 0 deletions

View File

@@ -23,6 +23,18 @@
"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."
}
]
}