Which parameters i have to edit in crt-geom.glslp file to flat the screen?
Thanks!
Which parameters i have to edit in crt-geom.glslp file to flat the screen?
Thanks!
Just add these to the bottom of the file: parameters = “CURVATURE” CURVATURE = “0.0”
shaders = 1
shader0 = shaders/crt-geom.glsl filter_linear0 = false scale_type_0 = source parameters = "CURVATURE" CURVATURE = "0.0"
Nothing changed…
whoops, the shader had a line that was blocking that parameter from working. I fixed it with this commit, though, so you can either do the same thing in your local file (that is, put // in front of line 259) or wait a few hours and it should pull the fix into the shaders in the online updater.
EDIT: wait, nvm, that will make it flat but I still need to add something else to the shader to make the parameter work properly. I’ll do that right now and it should be all fixed soon. EDIT2: and it’s done.
It worked!
And how could I eliminate the edges’s curvature editing the file?
Thanks!
Replace those lines I gave you before with these:
parameters = "CURVATURE;cornersize"
CURVATURE = "0.0"
cornersize = 0.001
Yeah! Thanks!!!