vasturiano / 3d-force-graph

3D force-directed graph component using ThreeJS/WebGL
https://vasturiano.github.io/3d-force-graph/example/large-graph/
MIT License
4.81k stars 831 forks source link

how to zoomin or zoomout canvas with mouse click #674

Open Seventysevendays opened 7 months ago

JoramMillenaar commented 1 month ago

Hi! Just to clarify, are you asking if there's currently no way to zoom in/out with mouse clicks (e.g., left or right click to zoom), or are you looking for guidance on how to implement zooming behavior with mouse clicks? The library does support zooming with the mouse scroll wheel by default, so I wanted to check if you’re asking about a different type of zoom control.