Looping map in 2D view

The best example of what I'm asking about is this: you know how in Final Fantasy (and other console RPG) games, there's a 2D map? And if you fly all the way to, say, the left, you end up looping around to the right side of the map? I'm looking to do something like that in Cesium (but for non-gaming purposes).

Is there a setting or something that allows this? I couldn't find anything in the documentation, but I'll admit I might not have used the correct search term. I'm thinking I could wing it by moving the camera programmatically, but I figured I'd make sure I'm not reinventing the wheel first.

Hi,

Cesium doesn’t support this. It might one day, but there are no near-term plans for it. It’s all good to roll your own.

Patrick