pex-gl / pex-renderer

Physically based renderer (PBR) and scene graph for PEX.
https://pex-gl.github.io/pex-renderer/examples/index.html
MIT License
234 stars 16 forks source link

Double Pass Transmission grab texture has black artefacts at high lod when using normalTexture #382

Open dmnsgn opened 1 month ago

dmnsgn commented 1 month ago
image

Stained glass lamp has black spots, visible when orbiting (some z fighting?)

Edit: data.transmitted is out of bounds somehow. (tested working with data.transmitted = saturate(data.transmitted);)

Originally posted by @dmnsgn in https://github.com/pex-gl/pex-renderer/issues/376#issuecomment-2144749901

dmnsgn commented 1 month ago

At lod 4: image