[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/vr/ - Retro Games

Search:


View post   

>> No.4256836 [View]
File: 942 KB, 800x600, lets_try_these_nightmare_vision_goggles_02.webm [View same] [iqdb] [saucenao] [google]
4256836

Final one. Fit the sprite (huge 1920*1080 one scaled through TEXTURSE) better to the screen and made it BRIGHT. Here's the entire shader for anyone who wants to try it out:

vec4 Process(vec4 color)
{
vec2 texCoord = vTexCoord.st;
vec4 texColor = getTexel(texCoord);
texColor.r = 0.5;
texColor.g = 0.0;
texColor.b = 0.0;
texColor.a = 10.0;
return texColor*0.5 ;
}

That's literally it.

Navigation
View posts[+24][+48][+96]