Mattias CRT and curvature

  • gottenspell
  • Topic Author
More
6 years 3 weeks ago #1 by gottenspell Mattias CRT and curvature was created by gottenspell
This shader is almost perfect for older games (nes / snes / smd). Is it possible to remove the curvature of the screen? Unfortunately, this shader has no settings at all.
github.com/Matsilagi/reshade-shadertoy-shaders

Please Log in or Create an account to join the conversation.

  • Pat_s2
More
6 years 5 days ago #2 by Pat_s2 Replied by Pat_s2 on topic Mattias CRT and curvature
Idk if you still monitor this post but if you look down you'll see the code: "uv = curve( uv );" Remove that. you can even go another step further in removing the curve function.
The following user(s) said Thank You: gottenspell

Please Log in or Create an account to join the conversation.

  • gottenspell
  • Topic Author
More
5 years 11 months ago #3 by gottenspell Replied by gottenspell on topic Mattias CRT and curvature

Pat_s2 wrote: Idk if you still monitor this post but if you look down you'll see the code: "uv = curve( uv );" Remove that.

Thanks a lot, this works. :)

Please Log in or Create an account to join the conversation.