Vasco Asturiano
Vasco Asturiano
@DubiousTunic are you referring to this example? https://vasturiano.github.io/3d-force-graph-vr/example/auto-colored/
That example does not have any node labels.
@kalwalt the example is importing `v3.3.3`, the latest version of `AR.js`. I believe that's the same as `master`.
@kalwalt I've just tested with the `dev` branch and it works just fine, so that's great! Is there plans sometime soon to merge it to master and release a new...
@BenPav you can do it all with the Threejs controls. Calling `.controls()` will give you access to the [three orbit controls](https://threejs.org/docs/#examples/en/controls/OrbitControls). From there you can disable the interaction by setting...
@Cloudmersive https://threejs.org/docs/#examples/en/controls/OrbitControls.enableZoom
@mmyyaghoubi you can either leave some horizontal space on the side of the globe for the user to scroll down the page, or you can disable rotation interactions on the...
@derwaldgeist thanks for your suggestion. However for specific case of this lib, `three` is really considered an internal implementation detail on how the webGL rendering is performed. For the majority...
@derwaldgeist if your intent is not to have more than one version of Three in your app, all you should need to do is reconcile your app dependency tree so...
@snshn if you have only one version of `three` in your dependency tree, exposing the internal variable would have no effect on your bundle size. It would also be awkward...