You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we try to edit worlds that are in the kilometer scale the default settings for users don't work very well. This is because lane sizes and anchor sizes are way too small.
One possible solution is to have some form of preference where we can go in and set the default lane sizes.
The color will be changed in the final version. The largest blocker right now is picking behavior with polylines, it seems bevy_mod_picking does not play well with polylines so while the display at large scales is good it is almost impossible to select the lanes.
Will dig further.
Current status for selection is in the branch main...arjo/feat/offscreen_rendering . Working on refactoring it out into abevy_mod_picking backend and then upgrading the bevy version ☠️
Feature request
Description
When we try to edit worlds that are in the kilometer scale the default settings for users don't work very well. This is because lane sizes and anchor sizes are way too small.
One possible solution is to have some form of preference where we can go in and set the default lane sizes.
We would need to do this for:
I've probably missed out a bunch of stuff but we can add them as we see fit.
The text was updated successfully, but these errors were encountered: