Author Topic: Does anyone still have this shader?  (Read 1775 times)


Does anyone still have this shader or knows the topic of where the shader is?

not I but the next person to post will!

Factsphere: OP has a big nose
« Last Edit: March 20, 2015, 04:15:44 PM by SBG »

inb4 no one ever posts- aw stuff messed it up


Search by image had no results. Where did you get the picture from?


Search by image had no results. Where did you get the picture from?
I took the picture when I had it before, I never posted it anywhere

So I found the shader, kinda got it to work, but along the way..




by 'kinda' getting it to work, I almost have done it but I can't seem to figure out how to change the intensity of the effec

So I found the shader, kinda got it to work, but along the way..




by 'kinda' getting it to work, I almost have done it but I can't seem to figure out how to change the intensity of the effec
Holy mother of forget

So I found the shader, kinda got it to work, but along the way..

by 'kinda' getting it to work, I almost have done it but I can't seem to figure out how to change the intensity of the effec
looks like the corrupted playertype

Somebody should fix this, it was a riot.


USE THESE IN FARLANDS

So I found the shader, kinda got it to work, but along the way..

by 'kinda' getting it to work, I almost have done it but I can't seem to figure out how to change the intensity of the effec

WELCOME TO LEGO ISLAND

There was a working one somewhere in the DOF screenshot megathread, I forgot what page it was on, but it requires you to edit your shader files.

Found it, here you go
put
Code: [Select]
worldPos.z -= pow(viewDelta.w*0.02, 2.5);
just before
Code: [Select]
gl_Position = gl_ProjectionMatrix * world2Cam * vec4(worldPos, 1.0f);
in minimum_vert.glsl and/or renderCsm_vert.glsl

change the '-' into a '+' to invert the effect. change the exponent (in this case 2.5) to increase or decrease the curvature. 1.5 to 2.5 is good. I did say it was simple :p
I think you can change it ingame, no need to restart blockland.
« Last Edit: March 21, 2015, 01:12:40 AM by pwnfulz »