Cubemaps using Default texture compression (DXT1) and packaged for Android ASTC will render with artifacts on the seams where the DDS cubemap was stitched together.
"Cubemaps set to HDR/HDR compressed are getting uploaded to device as uncompressed RGBA. These maps work, but obviously at a cost. Cubemaps set to Default (DXT1/5) are getting compressed to RGBA_ASTC_6x6, but have visible corruption along the bottom edge of all six cube facings."
In the test case provided, the resolution of the cubemap is low to have a more pronounced visual representation for the issue.
Some of the things to note that were discovered when testing.
I tested this on two separate android devices which are listed.
1. Download and Open attached project.
2. Package using the ASTC format and install to compatible device.
Outcome The cubemap renders with artifacts at the seams.
Expected Cubemap should render completely black.
Head over to the existing Questions & Answers thread and let us know what's up.
3 |
Component | UE - Platform - Mobile |
---|---|
Affects Versions | 4.13.1, 4.14 |
Target Fix | 4.15 |
Created | Oct 26, 2016 |
---|---|
Resolved | Nov 30, 2016 |
Updated | Sep 16, 2019 |