Test:Mermaid: Difference between revisions

From Resonite Wiki
No edit summary
fix formatting
 
(9 intermediate revisions by the same user not shown)
Line 33: Line 33:
}}
}}


{{#mermaid:flowchart RL
{{#mermaid:flowchart BT
  subgraph outside
    subgraph outside
      NotConnected
       
     
        InvalidSpace["Invalid, not linked"]
  end
        RootSlot
 
    end
 
    subgraph RootSlot [RootSlot]
 
        World["Space #34;World#34;"]
 
        color["World/Color1"] --> World
  V --> User
       
  World --> hips
       
  avatar --> User
        UserRootSlot
  User --> World
       
  World --> outside
    end
  Avatar --> User
    subgraph UserRootSlot
 
        UserSpace["Space #34;User#34;"]
  subgraph World
        AvatarRootSlot
      color["World/Color1"]
        V["User/Voice"] --> UserSpace
     
        V2["User/Color"] --> UserSpace
     
    end
  end
   
  subgraph User
    subgraph AvatarRootSlot
      V["User/Voice"]
        avatar["User/Avatar"]
     
        avatarworld["World/Avatar.U-myid"]
     
        hips["HipsSlot"] --> AvatarSpace
  end
        invalid["None/float"]
     
       
  subgraph Avatar
        AvatarSpace["Space #34;Avatar#34;"]
      avatar["User/Avatar"]  
       
      hips["World/Avatar.U-myid"]
        Flux2_node0(["DynamicVariableInput#60;ColorX#62;#12;#34;World/Color1#34;"])
  end
        Flux2_node0 -. points to .-> color
    end
   
 
   
    avatarworld --> World
    avatar --> UserSpace
    subgraph Flux1
        Flux1_node0(["User Root Slot"]) -. automatically points to .-> UserRootSlot
        Flux1_node1(["Read #34;User/Avatar#34;"]) --> Flux1_node0
        Flux1_node1 -. points to .-> AvatarRootSlot
        Flux1_node2(["Read Variable #34;Avatar/Hips#34;"]) --> Flux1_node1
        Flux1_node2 -. points to .-> hips
    end
    invalid --> InvalidSpace
   
   
   
   
}}
}}





Latest revision as of 21:53, 31 March 2024