b3dgs / lionheart-remake

Java remake of Lionheart amiga game
https://lionheart.b3dgs.com
GNU General Public License v3.0
78 stars 7 forks source link

Add water flickering option #316

Closed Ygarr closed 1 year ago

Ygarr commented 2 years ago

TODO

Original comment

Strange not smooth water behavior like this: BugLionHeart 40-50-60 FPS

FYI: If make video with 15 FPS water distort almost disappears like here: AnimationLionHeart

DjThunder commented 2 years ago

Here the original: https://youtu.be/NjV5u-n6NAM?t=908 Water waves are displayed 1/2 or 1/3 per frame (which cause glitch feeling). I guess it was like this because of fps saving to let more resources for other stuff. So I kept the same rendering.

Maybe I can add an option to toggle an alternative effect. I will check that !