MOMU
MOMU
> @RachelCT1 have you tried setting `.linkThreeObjectExtend(false)`? yes. I have tried, but I am not sure that I use right. I tried like this: ` let material = new THREE.LineBasicMaterial({color:...
> @RachelCT1 thanks for reaching out. > > I believe it's possible to use `d3-force-limit` for this purpose, by defining the `x0, x1,...` coordinate restriction functions to return different bounding...
> If you are trying to fetch the coordinates just after declaring the graph, the coordinates properties are not set because the engine has not started yet. > > You...
I want to get the graphed nodes' coordinate, but I use RaulPROP's answer, and I get undefined. `const Graph = ForceGraph3D() .graphData(graph) .d3Force('center',force3D.forceCenter()); console.log(Graph.graphData().nodes[1].x)` If I print the nodes set,...