Search found 3 matches

by Lubnewski
Sat Nov 27, 2021 3:52 pm
Forum: Ren'Py Questions and Announcements
Topic: Need help with custom warp shader [SOLVED]
Replies: 2
Views: 1100

Re: Need help with custom warp shader

I believe there were two primary causes for your problems. The first was the calculation of the uv value, which I believe was being done twice with the result that the shader was only ever sampling a single pixel, explaining your blue screen. The second was that the the ShaderDisplayable class neve...
by Lubnewski
Sat Nov 27, 2021 8:30 am
Forum: Ren'Py Questions and Announcements
Topic: Need help with custom warp shader [SOLVED]
Replies: 2
Views: 1100

Need help with custom warp shader [SOLVED]

Decided to dabble in shaders so that I could maybe give the game I'm currently working on a bit of extra visual flair. Unsurprisingly, shaders are hard. I'm trying to make a warp shader (specifically, to adapt this specific shader by AmazingThew on Shadertoy into Ren'Py: https://www.shadertoy.com/vi...
by Lubnewski
Sat Nov 27, 2021 3:00 am
Forum: Ren'Py Cookbook
Topic: Parallax Camera and "Drunken" Blur
Replies: 4
Views: 3162

Re: Parallax Camera and "Drunken" Blur

Hey! For some reason, the parallax effect doesn't seem to work for me? I have no clue what I'm doing wrong. There's no error or anything, the background's just completely still. I'm using Ren'Py 7.4.10 btw.