Displaying a three-dimensional spoke system

I am trying to display a system of spokes and clusters. At the heart would be the person.

Stemming out from the person would be spokes. At the end of each spoke would be a cluster. Each cluster would have an overall name, and then everything in each cluster would be representative of that cluster name. I am trying to display this visually in a three-dimensional format

Can three.js do this?

It seems to me that by using terms such as cluster or spoke, which, firstly, are ambiguous, and secondly, as for example cluster are strictly applied in certain technological or scientific spheres, you may have a problem with obtaining a uniform answer as to whether it is possible to do this in three dimensions. It’s best to sketch what you want to achieve and paste it here. And if you can sketch it out, it’s almost certainly possible to do it in Three.js.

1 Like

Are you referring to a type of “force-directed-graph”?

1 Like

This was the first idea that came to my mind, the one from which @Lawrence3DPK posted the link. You should probably follow this line of inquiry. Also take a look at this Pen, which I used to illustrate the concept of Hart’s Law some time ago.

2 Likes