Test:Mermaid: Difference between revisions

From Resonite Wiki
test
fix formatting
 
(7 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"]
        RootSlot
    end
    subgraph RootSlot [RootSlot]
        World["Space #34;World#34;"]
        color["World/Color1"] --> World
       
       
        UserRootSlot
       
     end
     end
 
    subgraph UserRootSlot
 
        UserSpace["Space #34;User#34;"]
    subgraph World [World]
        AvatarRootSlot
         color["World/Color1"]
        V["User/Voice"] --> UserSpace
         V2["User/Color"] --> UserSpace
     end
     end
 
    subgraph User
      
      
        V["User/Voice"]
     subgraph AvatarRootSlot
    end
     subgraph Avatar
         avatar["User/Avatar"]  
         avatar["User/Avatar"]  
         avatarworld["World/Avatar.U-myid"]
         avatarworld["World/Avatar.U-myid"]
         hips["Avatar/Hips"]
         hips["HipsSlot"] --> AvatarSpace
        invalid["None/float"]
       
        AvatarSpace["Space #34;Avatar#34;"]
       
        Flux2_node0(["DynamicVariableInput#60;ColorX#62;#12;#34;World/Color1#34;"])
        Flux2_node0 -. points to .-> color
     end
     end
     subgraph FluxCode
   
         node1(["Read User Slot"]) -- reads #quot;User/Avatar#quot; from --> User
 
         node1 -. points to .-> Avatar
   
         node2(["Read Variable"]) -- Reads #quot;Avatar/Hips#quot; from --> node1
    avatarworld --> World
         node2 -. points to .-> hips
    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
     end
 
    invalid --> InvalidSpace
  FluxCode --> World
   
  color --> World
   
  V --> User
   
  avatarworld --> World
   
  avatar --> User
  User --> World
  World --> outside
  Avatar --> User
}}
}}



Latest revision as of 21:53, 31 March 2024