Skip to main content

Frequently asked questions

How do I calculate the XOffset?

In short, it's the distance between the left edge of the screen and the left edge of the left-most screen, multiplied by 50. You can find a more detailed explanation here

How do I use the adorner on floor screens?

In that case, you must calculate both the XOffset and the YOffset. YOffset is calculated in exactly the same way as the XOffset, but vertically. You can find more information on this page.

How do I use it with the GIFs?

Check this page for an explanation.

My screens are not perfectly flat. What do I do now?

You basically have to convert 3D positions of your screens to 2D positions on a flat canvas. You can physically move your screens to temporarily be flat with each other, calculate the XOffsets and then move them back. You can also imagine how the screens should be aligned and work with that.