vasturiano / react-force-graph

React component for 2D, 3D, VR and AR force directed graphs
https://vasturiano.github.io/react-force-graph/example/large-graph/
MIT License
2.16k stars 275 forks source link

VR controllers support #285

Open antonkulaga opened 3 years ago

antonkulaga commented 3 years ago

It is not clear from the docs+code how I can track if Oculus users touch the node with the grave controller. If this is not implemented, maybe you can at least point the direction in the way I can track that?

antonkulaga commented 3 years ago

It is also not clear where exactly I should put the issue, is it aframe( I opened one at https://github.com/vasturiano/aframe-forcegraph-component/issues/27 ) or force-graph-vr?

vasturiano commented 3 years ago

@antonkulaga thanks for reaching out. The right repo for this would be 3d-force-graph-vr, as that's where the VR scene is being setup.

That module doesn't currently implement any 6dof tracked controls to interact with the node/links directly with the hands. It includes 3dof laser and pointer controls however. Is the functionality you are looking for possible with these?