You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lightmap rendering exhibits pixelation artifacts on Android. On parts of the scene, you can still notice bilinear filtering occurring, but only on one axis, so this probably isn't a filter mode issue.
Could this be due to a shader precision issue (missing highp somewhere)?
Calinou
changed the title
Vulkan Mobile: Lightmap rendering exhibits pixelation artifacts on Android
Vulkan Mobile: LightmapGI rendering exhibits pixelation artifacts on Android
Nov 21, 2023
Godot version
4.2.rc1
System information
Android 13, Samsung Galaxy Z Fold4 (Adreno 730)
Issue description
Lightmap rendering exhibits pixelation artifacts on Android. On parts of the scene, you can still notice bilinear filtering occurring, but only on one axis, so this probably isn't a filter mode issue.
Could this be due to a shader precision issue (missing
highp
somewhere)?Note that the double lighting issue when using lights with the Static bake mode isn't related to this issue, as it also occurs on desktop when using the Mobile rendering method there.
The Compatibility rendering method isn't affected by this issue when coupled with #85120.
Steps to reproduce
Minimal reproduction project
test_lightmapgi_mobile.zip
The text was updated successfully, but these errors were encountered: