I am creating a furniture configurator in aframe. There are multiple models which is added dynamically using js and all models are rotatable and draggable (using xrextras-hold-drag & xrextras-two-finger-rotate). Issue is Models are overlapping with each other on dragging from other models. Is there any way to prevent overlapping?
I have tried using physics system but there is an error in physics system script.