vasturiano / 3d-force-graph-vr

3D force-directed graph component in VR
https://vasturiano.github.io/3d-force-graph-vr/example/large-graph/
MIT License
214 stars 51 forks source link

Mobile navigation #50

Open ghost opened 1 year ago

ghost commented 1 year ago

Hi, thanks so much for your work. I also posted about mobile node labels showing up. I was wondering if you could add mobile navigation, so that when the user pinches the screen on mobile the graph zooms in and out. Thank you!

vasturiano commented 1 year ago

@DubiousTunic the type of control that is assigned to movement outside of a VR device is wasd-controls. These controls allow to simulate motion using the wasd keys as you can see in the docs. I don't think they support acceleration via custom touch interactions.