1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-20 04:09:16 +00:00

Hoist MOULOpenSourceClientPlugin/Plasma20/* to top level

to match H'uru layout and make patching/cherry-picking easier.
This commit is contained in:
rarified
2021-01-28 12:04:34 -07:00
parent c6ecd6cd06
commit 6ae3df25f5
3651 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,21 @@
ps.1.1
def c0, 1.0, 1.0, 1.0, 1.0 // Temp Hack
tex t0;
tex t1;
tex t2;
mov r1.a, t1;
lrp r0.rgb, r1.a, t1, t0;
+mul r0.a, 1-t1, 1-t0;
lrp r0.rgb, t2.a, t2, r0;
+mul r0.a, 1-t2, r0;
mul r0.rgb, r0, v0;
+mul r0.a, 1-r0, v0;
//mov r0.a, c1;
//mov r0.rgb, t2;
//+mov r0.a, 1-t2;