Files
UnrealEngineUWP/Engine/Source/Developer
krzysztof narkowicz eed0fc3bed New Lumen surface cache card generation:
* Generate surfels directly from the triangles instead of relying on ray tracing, to fix coverage issues on some meshes
* Surfels which are inside meshes (surrounded by back faces) or are too close to geometry are discarded
* New surfel clustering algorithm, which inserts one seed after another and tries to iteratively grow clusters in order to find the best set of seeds. Final step is to reset all clusters and grow all simultaneously from previously selected seeds.
* Cluster growing is based on normal, distance and surfel visibility (don�t cluster surfels near geometry first, as it can cause algorithm to be stuck in a local minimum)
* Runtime sampling has strict culling based on the angle and card AABB. Additionally, the tri-planar blending zone was tightened. This improves performance. 0.62-0.5 ms.
* Added various visualizations and CVars for card generation debugging
* Fixed card visibility bug, where card could influence outside of it�s range due to negative shadow map visibility

[FYI] Daniel.Wright, Patrick.Kelly


#ROBOMERGE-SOURCE: CL 16897632
#ROBOMERGE-BOT: (v836-16769935)

[CL 16916104 by krzysztof narkowicz in ue5-main branch]
2021-07-21 17:57:42 -04:00
..
2021-07-09 13:56:44 -04:00
2021-04-29 13:14:48 -04:00
2021-05-24 11:53:59 -04:00
2021-07-09 13:17:15 -04:00
2021-07-21 11:28:03 -04:00
2021-06-25 03:55:58 -04:00