react-force-graph icon indicating copy to clipboard operation
react-force-graph copied to clipboard

VR controllers support

Open antonkulaga opened this issue 3 years ago • 2 comments

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 avatar May 02 '21 01:05 antonkulaga

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?

antonkulaga avatar May 02 '21 01:05 antonkulaga

@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?

vasturiano avatar May 10 '21 23:05 vasturiano