Test:Mermaid: Difference between revisions

From Resonite Wiki
No edit summary
fix formatting
 
(151 intermediate revisions by 2 users not shown)
Line 31: Line 31:
     deactivate R
     deactivate R
     deactivate H
     deactivate H
}}
{{#mermaid:flowchart BT
    subgraph outside
       
        InvalidSpace["Invalid, not linked"]
        RootSlot
    end
    subgraph RootSlot [RootSlot]
        World["Space #34;World#34;"]
        color["World/Color1"] --> World
       
       
        UserRootSlot
       
    end
    subgraph UserRootSlot
        UserSpace["Space #34;User#34;"]
        AvatarRootSlot
        V["User/Voice"] --> UserSpace
        V2["User/Color"] --> UserSpace
    end
   
    subgraph AvatarRootSlot
        avatar["User/Avatar"]
        avatarworld["World/Avatar.U-myid"]
        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
   
   
    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
   
   
   
   
}}
{{#mermaid:flowchart LR
  a --> b & c--> d
}}
}}

Latest revision as of 21:53, 31 March 2024

Session HostRelayAPIClientSession HostRelayAPIClientLNL messages relayed asynchronouslyWhat relays are available? (api.resonite.com/networknodes)1Here's a list of relays2Select the best relay based on ping and other stats3Connect to best relay4Connect to session host5LNL trafficLNL traffic
Flux1
outside
RootSlot
UserRootSlot
AvatarRootSlot
points to
points to
automatically points to
points to
User Root Slot
Read "User/Avatar"
Read Variable "Avatar/Hips"
User/Avatar
World/Avatar.U-myid
Space "Avatar"
HipsSlot
None/float
DynamicVariableInput<ColorX> "World/Color1"
Space "User"
User/Voice
User/Color
Space "World"
World/Color1
Invalid, not linked


a
b
c
d