Replies: 1 comment 2 replies
-
I think you can |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the best way to show a world map once, and where Russias eastern-most part is not cut of at the antimeridian?

Ideally the map shows something like this:
Only showing background color (blue) on the world-copies on each side, except for the eastern-most part of Russia that is replaced at
I have done some attempts:
Using setRenderWorldCopies(false) turns off the 3 world-copies at each side, and at the same time limiting the cameras horizontal max-bounds to -180 to 180 degrees. This leads to cutting off a portion of either north or south of the world in a ultra-widescreen setup.
Creating a mask to cut of and shifting it over to the tile over just wraps it around.
Beta Was this translation helpful? Give feedback.
All reactions