|
|
|
|
|
by Aeolun
2309 days ago
|
|
If you have a 12 frame delay regardless you have an awful lot of time to get your clocks in sync. Obviously that tech is not simply unpackable, because they’re on the cutting edge. But that’s also why you could expect some customization. |
|
If your parallel renderer divides the image along a grid that does not correspond to display boundaries, you need to gather and composite the partial framebuffers after rendering them. This means that you're now sending frames across the network amd you need to take care that you aren't compositing frames from different timesteps, for example, because the the part of the rendered framebuffer that goes to compositor/display node A arrived in time, but the part going to compositor/display node B somehow didn't.