c-frame / aframe-super-hands-component

👐All-in-one natural hand controller, pointer, and gaze interaction library for A-Frame
https://c-frame.github.io/aframe-super-hands-component/examples/
MIT License
355 stars 72 forks source link

Super-Hands Mouse buggy with look-controls #197

Open LorenzoVonMatterhom opened 3 years ago

LorenzoVonMatterhom commented 3 years ago

When using the examples without physics, if I enable look-controls on the camera and move cubes around, soon they dont match the pointer direction anymore.

In this example where I enable/disable look-controls on "drag-start" on the chair object the problem gets even worse: https://testprojectxxxx.herokuapp.com/

It seems to happen because the new position of the object is calculated relatively to the initial position of the camera (ie the camera is supposed to stay locked on the same position/rotation)

Any idea of where to look in the code in order to fix this?

Charliebaby019 commented 3 years ago

having the same problem. its as though the objects i pick up just get heavier and heavier

AzimovS commented 1 year ago

Hello, did you find the solution? if yes, can you please share it?