-
Notifications
You must be signed in to change notification settings - Fork 565
Archetype "transform like" components are no longer handled by re_tf
#11819
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
base: main
Are you sure you want to change the base?
Conversation
# Conflicts: # crates/store/re_tf/src/transform_forest.rs
…, making existing tests pass again Also... * makes RotationAxisAngle repr C & pod, allowing fast slice conversion * fix ordering of rotation_axis_angle vs quaternion to be consistent
…works fine with frame based transforms
|
Web viewer built successfully.
View image diff on kitdiff. Note: This comment is updated whenever you push a commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we expect more points here via InstancePoseTransform. That's an open TODO for later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we expect an extra blue box here via InstancePoseTransform. That's an open TODO for later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we expect an extra blue sphere here via InstancePoseTransform. That's an open TODO for later.
…where/when I broke this?
This makes those components also "entity-local" again, fixing issues with the new frames. Extended existing image comparison tests to demonstrate this.
Makes transform book-keeping a lot more lightweight and removes a bunch of strange hacks & corner cases from
re_tf. Overall this is a big win for maintenance ofre_tf.There's still issues with instance pose transforms here that we need to address later.