So, I have something to confess.
Lately I’ve not been counting my tris and verts as much when creating assets for my UE4 worlds.
I import, and let the auto LOD tool create a slimmed down version of the asset and set that LOD to the default (through the Minimum LOD setting). Consequentially I’m never showing the higher poly mesh.
Besides probably not being a best practice, what are the main concerns using this “technique” ?
Is the original/higher poly mesh really never used/rendered by the engine? I’m mainly building for VR, so I can absolutely miss high poly meshes being pushed through any render thread.
thanks!
So the higher poly is not in any way being “rendered” in any thread whatsoever, correct ?
I know it’s not a best practice , but I’m pretty amazed by the good results I was getting with this “technique” and sometimes I just don’t have the time to do everything the right way (especially for proof of concepts that need to be pushed out fairly quickly)
Make sure you don’t use that high poly model for complex collisions. Also package size/loading time may increase even thought you would never even see that highpoly model in game.
Just adding here that after build under Primitive Stats the full tri count shows up.
So not the min lod tri count. (see screenshots: I set min lod to two, showing 1531 tris for the rock, but the Primitive Stats still show the 13.5k tris from the original un-lodded mesh)