Canvas Renderer

Canvas Renderer

202k Downloads

"textures/misc/underwater.png" texture rendering issue

fewizz opened this issue ยท 1 comments

commented

System Informatinon

  • Minecraft Version: 1.18.1
  • Canvas Version: 1.0.2281
  • Operating System: Linux, 5.15
  • Graphics Card: AMD Radeon RX 550
  • Pipeline: Standart

Input, rendering textures/misc/underwater.png texture (somewhere after fabulous and fab_write passes, according to RenderDoc):

image

Output, when rendering with hud:

image

Depth is 1.0 except for hand:

image

Pointing at hand:

image

And thats ok.

Output, when rendering without hud (and hand, F1 pressed):

image

Depth is 0.9 at any point, but should be 1.0.

I hope that explanation of issue was clear.

commented

can't reproduce