instanceTo and LODNodes

Hello,

what I’m trying to do is to instance models to node paths which are childs of a LODNode.

When I try without lod nodes, i.e.

render
  |__np1
  |__np2

I obtain this

but when I switch to lod nodes i.e.

render
  |__lodNode
          |__np1
          |__np2
          |_....

I obtain this

What am I doing wrong? Is it possible to instance models on lod nodes? Or, more in general, is there any way to leverage both on instancing and LODs for performance optimization?

Hello again, I’ ve found a solution. What I do is to create lodnodes reparentedTo each placeholder i create.
The idea is summarized by this scene graph:

render
  |__np
        |__lod1_NodePath
                |__model1_lod1_Instance
        |__lod2_NodePath
                |__model1_lod2_Instance