Strange artifact while looking at ice
xFrah opened this issue ยท 2 comments
Hi.
I don't see any unexpected behavior in the images. If you are referring to the "strange" reflections seen in the ice behind the door frame, such as the hanging lamp, this is a consequence of the implementation and is expected behavior.
Water or ice can only reflect objects that are previously drawn on the screen, and the calculation of what should be reflected has to deal with occlusions that require some computing power. These techniques are simplified in Makeup to favor speed at the cost of some imprecision in certain contexts or to avoid worse behavior in others.