How to load gltf models on different layer so that it can not overlap to each other?

hello, I am new to three js and I am trying to import multiple gltf model on same scene, but they are overlapping. I tried using different scene for each model but it made orbit controls functionality work unproperly. I tried using layers.set() also but didn’t work.