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 trail and noise thing #55

Closed baron2dt closed 1 year ago

baron2dt commented 1 year ago

items, blocks and the like get a weird trail effect and noise effect Screenshot (304) (noise around the potion) Screenshot (305) Screenshot (306) Screenshot (307) (trail thing on hand) Screenshot (308) (a little noise should be seen but might not be due to low quality(sorry))

note: this isn't only in caves. the cave images only happen around time 4000 - 12000

javiergcim commented 1 year ago

The noise is the result of sampling, it can be from the bloom or some other effect. It is notorious because the number is kept low to have speed.

The trail is the result of temporal supersampling that makes antialiasing possible (and also makes that noise you say less noticeable).

It is the normal operation of the shader.