-
Notifications
You must be signed in to change notification settings - Fork 412
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
Chunkified, deserialization-free visualizers for all standard shapes #7020
Conversation
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.
👍
@@ -10,7 +10,8 @@ namespace rerun.components; | |||
/// The box extends both in negative and positive direction along each axis. | |||
/// Negative sizes indicate that the box is flipped along the respective axis, but this has no effect on how it is displayed. | |||
struct HalfSize3D ( | |||
"attr.rust.derive": "Copy, PartialEq" | |||
"attr.rust.derive": "Copy, PartialEq, bytemuck::Pod, bytemuck::Zeroable", | |||
"attr.rust.repr": "transparent" |
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.
huh actually all components should be transparent now, right?
// TODO(#6831): we have to deserialize here because `Rotation3D` is still a complex | ||
// type at this point. |
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.
fixed in a pr near you! :)
02dec9c
to
a12f475
Compare
13bcc8d
to
bf6a7d9
Compare
Chunkified, (mostly)deserialization-free visualizers for all remaining standard shapes.
Pretty straightforward now that we have all the iteration tools already in place.
Ellipsoids
renamed toEllipsoids3D
#7019Ellipsoids3D
Boxes2D
Boxes3D
Arrows2D
Arrows3D
Checklist
main
build: rerun.io/viewernightly
build: rerun.io/viewerCHANGELOG.md
and the migration guideTo run all checks from
main
, comment on the PR with@rerun-bot full-check
.