-
-
Notifications
You must be signed in to change notification settings - Fork 94
Wrap world in X direction #74
Copy link
Copy link
Open
Labels
feature-requestRequest for a new featureRequest for a new featuregood first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
feature-requestRequest for a new featureRequest for a new featuregood first issueGood for newcomersGood for newcomers
Type
Fields
Give feedbackNo fields configured for issues without a type.
Difficulty: Hard
Currently, there is only one instance of the map which is rendererd.
🤔 Expected Behavior
In Y direction the navigation should be restricted such that one can not pan out from the map. This is done in #73
In X direction it should be possible to infinitely pan. When panning beyond the bounds then the world should should be wrapped.
😯 Current Behavior
Only a single instance is rendered.
💁 Possible Solution
Render the world instanced if multiple should be shown.