Open arturitu opened 4 years ago
I was trying to use it with an example similar to the showcase/tracked-controls but it doesn't work if I require('aframe-aabb-collider-component') loading "aframe-aabb-collider-component": "^3.2.0" as a dependency, but if I use this one https://github.com/aframevr/aframe/blob/master/examples/showcase/tracked-controls/components/aabb-collider.js it works as expected.
A new version was released https://www.npmjs.com/package/aframe-aabb-collider-component so I guess we can close this issue?
I was trying to use it with an example similar to the showcase/tracked-controls but it doesn't work if I require('aframe-aabb-collider-component') loading "aframe-aabb-collider-component": "^3.2.0" as a dependency, but if I use this one https://github.com/aframevr/aframe/blob/master/examples/showcase/tracked-controls/components/aabb-collider.js it works as expected.