Search Results

Found 1 results for "2e0433083bee15dc66457cceedfc48f1" across all boards searching md5.

Anonymous /e/2967700#2969618
6/1/2025, 3:55:29 PM
>>2969598
>Weird glare spots... hmm... like, pure white pixelated spots?
Like these. Toon shading is definitely off (#define TOON_ENABLE 0 if that's what you mean at least)

Merging the grass effect into main.fx probably wouldn't work, since main.fx without a material shader just draws a gray blob. And since even trying would be a crapton of work to merge the techniques I don't think it's worth it.

But the material shader would need to render into ray's offscreen targets, which I don't know how to do from a "regular" shader.

I was really hoping that someone else had solved this before since it'd probably be the same for all particle effects. But my searches have come up empty.