You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
This satisfies the constraint that all clusters in a node hierarchy have bounds fully enclosed in the parent bounds (monotonic). Note: We do not touch the bounding sphere in Bounds because that would break actual LOD decimation of the Nanite mesh. Instead we leave these in the offline computed ref-pose so that we get reasonable "small enough to draw" calculations driving the actual LOD. This is not a proper solution, as it hurts culling rate, and also causes VSM to touch far more pages than necessary. But it's decent in the short term during R&D on a proper calculation. #rb rune.stubbe #fyi brian.karis, jamie.hayes, ola.olsson, andrew.lauritzen, kiaran.ritchie, halfdan.ingvarsson #jira UE-210919 [CL 32755331 by graham wihlidal in ue5-main branch]