HologramuVMC receiver
Shows another Hologramu instance's avatar — its motion and, optionally, its model.
This is how two VTubers sit in the same scene without anyone sending their model file around.
How it works
- Motion arrives over VMC (UDP)
- The model arrives over TCP on the same port number
- The received model stays in memory only and is never saved
Fallback model
If the other side sends no model, the fallback model is shown — a placeholder by default.
On the sending side
In the avatar's VMC tab: send model, optionally all costumes, so costume changes come along live.
TODO: Network requirements (same LAN, ports, firewall).