Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parent rotations mess with edge curves and Road Lanes #169

Open
TheDuckCow opened this issue Jun 7, 2024 · 2 comments · May be fixed by #199 or #198
Open

Parent rotations mess with edge curves and Road Lanes #169

TheDuckCow opened this issue Jun 7, 2024 · 2 comments · May be fixed by #199 or #198
Assignees
Labels
bug Something isn't working
Milestone

Comments

@TheDuckCow
Copy link
Owner

Discovered while trying to implement intersections with a more dynamic scene, we seem to not have a great parent inverse relationship

Example instanced RoadContainer scene with no rotation, and then with some rotation added:
Screen Shot 2024-06-06 at 11 17 17 PM
Screen Shot 2024-06-06 at 11 17 01 PM

This is present on the dev branch, unsure if the released addon has this issue. FYI @bdog2112 on this task

@TheDuckCow TheDuckCow added the bug Something isn't working label Jun 7, 2024
@TheDuckCow
Copy link
Owner Author

Per a parallel post in our wheel steal repo, I had to do something similar with the RoadPoints at one point to invert one parent level of transform (not exactly our scenario here, but this code could be useful).

@TheDuckCow
Copy link
Owner Author

Worked a little to come up with a fix, indeed going to local-only operations is what we needed. Will create a PR soon for both 4.x and 3.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant