Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on March 30, 2023, between 5 am & 1 pm EST, in the Performance Profiling Dev Blitz Day 2023 - Q&A forum and Discord where you can connect with our teams behind the Memory and CPU Profilers.
    Dismiss Notice

Question 3D Spherical Network Graph Animation

Discussion in 'Animation' started by BennyyyS, Nov 25, 2022.

  1. BennyyyS

    BennyyyS

    Joined:
    Nov 25, 2022
    Posts:
    1
    Hey Community,

    I am not sure if this is the right place to ask this question, but I did not know where to ask for this.

    I found some animations in the internet which represent a graph structure in a spherical way or e.g. on a spherical surface. e.g.: as shown here:

    I do have the graph information (node adjacencies) but how do I get the 3D positions to visualize it as such a sphere? Is there a positioning algorithm that does this?

    Thanks a lot!