Skip to content

Commit

Permalink
use columnar updates for snippet example
Browse files Browse the repository at this point in the history
  • Loading branch information
oxkitsune committed Mar 10, 2025
1 parent 4bf352c commit edaaa50
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/content/howto/logging/send-columns.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ which can be translated to the column-oriented `send_columns` API as such:
snippet: archetypes/arrows3d_column_updates

<picture data-inline-viewer="snippets/arrows3d_column_updates">
<img src="https://static.rerun.io/arrows3d_row_updates/a0b9c7257c7a3cdd3dcf685c1b13fca762cd41a2/full.png" alt="">
<source media="(max-width: 480px)" srcset="https://static.rerun.io/arrows3d_row_updates/a0b9c7257c7a3cdd3dcf685c1b13fca762cd41a2/480w.png">
<source media="(max-width: 768px)" srcset="https://static.rerun.io/arrows3d_row_updates/a0b9c7257c7a3cdd3dcf685c1b13fca762cd41a2/768w.png">
<source media="(max-width: 1024px)" srcset="https://static.rerun.io/arrows3d_row_updates/a0b9c7257c7a3cdd3dcf685c1b13fca762cd41a2/1024w.png">
<source media="(max-width: 1200px)" srcset="https://static.rerun.io/arrows3d_row_updates/a0b9c7257c7a3cdd3dcf685c1b13fca762cd41a2/1200w.png">
<img src="https://static.rerun.io/arrows3d_column_updates/3e14b35aac709e3f1352426bd905c635b1e13879/full.png" alt="">
<source media="(max-width: 480px)" srcset="https://static.rerun.io/arrows3d_column_updates/3e14b35aac709e3f1352426bd905c635b1e13879/480w.png">
<source media="(max-width: 768px)" srcset="https://static.rerun.io/arrows3d_column_updates/3e14b35aac709e3f1352426bd905c635b1e13879/768w.png">
<source media="(max-width: 1024px)" srcset="https://static.rerun.io/arrows3d_column_updates/3e14b35aac709e3f1352426bd905c635b1e13879/1024w.png">
<source media="(max-width: 1200px)" srcset="https://static.rerun.io/arrows3d_column_updates/3e14b35aac709e3f1352426bd905c635b1e13879/1200w.png">
</picture>

Each row in the component column can be a batch of data, e.g. a batch of positions.
This lets you log the evolution of a point cloud over time efficiently.
This lets you log the evolution of a set of arrows over time efficiently.



Expand Down

0 comments on commit edaaa50

Please sign in to comment.