Raúl Ibáñez

Results 44 comments of Raúl Ibáñez

Those two things works perfectly with my devices both on Chromium and Firefox (I have not tested this with iOS yet, but I will in the coming days). Can you...

I just tested it on a mac (Mac mini w/ M1, macOS Monterey 12.1) with Chrome, Safari and Firefox and I can not reproduce any issue. Also tested on an...

Glad to read that :) That branch is just to have a working version for the company that I work for. Then the only issue that I can not seem...

This also happens some times using Angular

There is a callback called `onNodeRightClick`. That callback expects a function with the parameters `node` and `event`, where `node` is the node clicked and `event` is the click event. Reference:...

There is not a function that does all of that directly, but you can use the already built-in functions to do that. So you can use `nodeColor` and `linkColor` to...

Sorry, didn't understood your question. `graph2ScreenCoords` is in the [utility section](https://github.com/vasturiano/3d-force-graph#utility). Basically is a function that you pass the `x`, `y` and `z` coordinates of a node (which are properties...

I can not reproduce the issue [in Codepen](https://codepen.io/raulprop/pen/xxVzrVa). If you could try and reproduce it there it would help.

Something like [this example](https://vasturiano.github.io/3d-force-graph/example/tree/) [(source)](https://github.com/vasturiano/3d-force-graph/blob/master/example/tree/index.html)?