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
How does TextureRenderTarget2D get TArray<uint8> type data?
Why does the REMOVE method of map container remove elements have memory leaks?
How do I set a material as a post-processing material?
How to delete some elements correctly when deleting an array loop?
UMG RichText not appear image when packaged
What is the difference between Camera and CineCamera?
How to assign a value to a member of UMG's UMaterialInterface pointer type in C++?
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 |