javiergcim / MakeUpUltraFast

High performance Minecraft shader (Java). For a graphical enhancement. Intended for low-spec computers.
GNU Lesser General Public License v3.0
97 stars 36 forks source link

Weird water reflection #56

Closed PRO-2684 closed 1 year ago

PRO-2684 commented 1 year ago

The grass block shouldn't have the reflection.

Water Reflection (Image flipping): a

Water Reflection (Ray tracing): b

Versions:

javiergcim commented 1 year ago

Hello. It's not a bug, it's the way the reflection works in "Image flipping" mode.

It's literally like taking the image on the screen and turning it upside down.

The raytracing method is a bit more sophisticated (but slower), hence the alternative.

Neither method is a "real" reflection, the shader only uses the information that is on the screen.