Files
UnrealEngineUWP/Engine/Shaders/Private/VirtualTextureMaterial.usf
jeremy moore 06c4ce76d4 Add option to sample landscape height per pixel when rendering to RVT.
When we do this we only need a single quad to render each landscape component subsection.
This reduces vertex shader cost which can sometimes dominate RVT rendering.
And it can remove the need to set difficult to understand landscape RVT LOD settings.
One downside is that bilinear texture map interpolation is different to triangle barycentric interpolation, so there is a subtle difference in extreme cases, but nothing visually bad. The difference will matter for VHM rendering though.

[CL 22968373 by jeremy moore in ue5-main branch]
2022-11-03 17:59:41 -04:00

5.5 KiB