
rbn42-glowbar
Original
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/rbn42/panon-effects
Duke93
23 days ago
Report
Mirko-Gennari
5 months ago
Report
mirkogennari
7 months ago
Report
marcinw2
10 months ago
shader compilation failed:
"0:382(2): error: `return' with wrong type int, in function `bar_dist' returning float\n"
Report
rbn43
10 months ago
return 100000;
to
return 100000.0;
Report
rbn43
10 months ago
Report
marcinw2
10 months ago
Report