Skip to content

Commit

Permalink
pinhole - deprecates a slew of methods and adds backwards compatibili…
Browse files Browse the repository at this point in the history
…ty methods to them
  • Loading branch information
Wumpf committed Jan 23, 2025
1 parent 28b349d commit 7747029
Show file tree
Hide file tree
Showing 15 changed files with 602 additions and 286 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace rerun.archetypes;
/// \example archetypes/pinhole_simple title="Simple pinhole camera" image="https://static.rerun.io/pinhole_simple/9af9441a94bcd9fd54e1fea44fb0c59ff381a7f2/1200w.png"
/// \example archetypes/pinhole_perspective title="Perspective pinhole camera" image="https://static.rerun.io/pinhole_perspective/317e2de6d212b238dcdad5b67037e9e2a2afafa0/1200w.png"
table Pinhole (
// TODO(#7245): "attr.rust.archetype_eager"
"attr.rust.archetype_eager",
"attr.rust.derive": "PartialEq",
"attr.docs.category": "Spatial 3D",
"attr.docs.view_types": "Spatial2DView, Spatial2DView"
Expand Down
270 changes: 179 additions & 91 deletions crates/store/re_types/src/archetypes/pinhole.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7747029

Please sign in to comment.