Here's a quick chart showing the current multiplicative pyramid style scaling that's occurring.
| Import Scaling | LOD0 | LOD1 | LOD2 | LOD3 |
|---|---|---|---|---|
| 2.0 | 2 | 4 | 8 | 16 |
| 0.5 | 0.5 | 0.25 | 0.125 | 0.0625 |
| 5.0 | 5 | 25 | 125 | 625 |
Result: Observe that the uniform scaling is being applied to every LOD starting from itself to the last LOD, per LOD, resulting in a pyramid style multiplicative scaling
Expected: Each LOD should receive the same scaling
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-42277 in the post.
| 0 |
| Fix Commit | 3319932 |
|---|---|
| Main Commit | 3341914 |
| Created | Feb 22, 2017 |
|---|---|
| Resolved | Feb 23, 2017 |
| Updated | Feb 4, 2019 |