MakeUp - Ultra Fast | Shaders

MakeUp - Ultra Fast | Shaders

3M Downloads

weird trail and noise thing

baron2dt opened this issue ยท 1 comments

commented

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

commented

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.