Add a new port of crt-royale.fx (#3260)

- A new port of crt-royale. More faithful to original. It uses the same mask textures.
- The only thing not ported is the original geometry pass. It was replaced by geom curvature code.
- It's configured for 1080p displays. 4k displays need to adjust param mask_triad_size_desired from 3.0 to 4.0.

OBS: It's up to you decide if the two versions should be maintained.
This commit is contained in:
Hyllian
2024-07-26 01:33:01 -03:00
committed by GitHub
parent e455a5e371
commit bf1b023f12
34 changed files with 8404 additions and 2 deletions

View File

@ -32,12 +32,11 @@
*/
uniform bool geom_curvature <
ui_type = "radio";
ui_category = "Geom Curvature";
ui_label = "Geom Curvature Toggle";
> = 1.0;
> = 0.0;
uniform float geom_R <
ui_type = "drag";