I'm developing a game with the latest Aframe version 1.2.0 and I'm having a problem. How to manage collisions between the camera and objects? When I approach an object, I cross it. Where other versions handled collisions, for this one I can't find anything. I've tried a lot of things but nothing works. I think I have the beginning of a solution with the aframe-physics-system.min.js library but I can only manage dynamic objects and not static objects.
Thank you in advance for your help !