Loading 2 separate meshes

Hi! I’ve got some confusing, hope someone will help me.
I’m developing an app for android. I use libgdx. I have 2 meshes that has different purposes, first one has keyframed animation and the second one is simple .obj model. How do I have to customize the perspective camera? 2 meshes are loading ok but they’re not intersects.

I think I need to set their positions at 3d space kinda specifically and set lookAt arguments properly.

Thanks for any suggestions.