As a beginner in Blender (and 3D in general) as well as in scenery design, I want to check with more experience developers that my process to create LOD makes sense. And obviously collect, your best advice. Thank you in advance.
For the sake of explaining how I plan to update all my object, I’ll take a simple blue pole object for my San Diego Gillespie (KSEE) freeware.
-
BackUp my original most detailed object into a Collection name _LOD0-Original and Hide in Viewport.
-
Duplicate my original collection into a _LOD0 and merge all object into a single one.
-
Duplicate the LOD0 collection into LOD1 new collection. For this _LOD1, Add a Modifier - Decimate and manage the ratio to reduce (very) approximately to 1/4 the number of vertices, faces and Tris. Very approximately. This is where I need help to make something rational and… maybe smart.
-
Duplicate the _LOD1 to a new collection _LOD2 and again apply a Modifier - Decimate, and again reduce approximately. I may remove some texture - if needed - and replace it with basic color material for example.
-
Repeat Step 4 to _LOD3 and _LOD4.
-
Use the Blender free plugin LN LODs, click calculate “LOD Sizes” and click “Set LOD Values in Asobo Exporter”. It populates automatically the value for my Multi-Exporter gLTF 2.0 plug-in
-
Export my object. Here I’m not sure at all that the LOD value makes sense LOD0 is 5*,* LOD1 is 3, LOD2 is 1 and LOD3 is 0. Shouldn’t it be the other way around ?
-
As I’m suspicious with LN LODs values injected in the Multi-Exporter gLTF, I manually edited it to this:
<?xml version="1.0" encoding="utf-8"?> <ModelInfo guid="{02571d45-0398-4ae1-900e-3553045510c2}" version="1.1"> <LODS> <LOD minSize="0" ModelFile="vbcorp-ksee-blue-poles_LOD0.gltf"/> <LOD minSize="1" ModelFile="vbcorp-ksee-blue-poles_LOD1.gltf"/> <LOD minSize="2" ModelFile="vbcorp-ksee-blue-poles_LOD2.gltf"/> <LOD minSize="3" ModelFile="vbcorp-ksee-blue-poles_LOD3.gltf"/> </LODS> </ModelInfo>And with this L0D0 minSize 0 and so on, it seems working with the debug tool, except that I was expect not 3 levels but 4 levels (0, 1, 2, 3).
Far distance, LOD0 is displayed:Medium distance, LOD2 is displayed:
Close view LOD0 displayed:
Any tips & tricks are welcome.
Thank you for your help!







