Commit edaaa50 1 parent 4bf352c commit edaaa50 Copy full SHA for edaaa50
File tree 1 file changed +6
-6
lines changed
docs/content/howto/logging
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -78,15 +78,15 @@ which can be translated to the column-oriented `send_columns` API as such:
78
78
snippet: archetypes/arrows3d_column_updates
79
79
80
80
<picture data-inline-viewer =" snippets/arrows3d_column_updates " >
81
- <img src =" https://static.rerun.io/arrows3d_row_updates/a0b9c7257c7a3cdd3dcf685c1b13fca762cd41a2 /full.png " alt =" " >
82
- <source media =" (max-width: 480px) " srcset =" https://static.rerun.io/arrows3d_row_updates/a0b9c7257c7a3cdd3dcf685c1b13fca762cd41a2 /480w.png " >
83
- <source media =" (max-width: 768px) " srcset =" https://static.rerun.io/arrows3d_row_updates/a0b9c7257c7a3cdd3dcf685c1b13fca762cd41a2 /768w.png " >
84
- <source media =" (max-width: 1024px) " srcset =" https://static.rerun.io/arrows3d_row_updates/a0b9c7257c7a3cdd3dcf685c1b13fca762cd41a2 /1024w.png " >
85
- <source media =" (max-width: 1200px) " srcset =" https://static.rerun.io/arrows3d_row_updates/a0b9c7257c7a3cdd3dcf685c1b13fca762cd41a2 /1200w.png " >
81
+ <img src =" https://static.rerun.io/arrows3d_column_updates/3e14b35aac709e3f1352426bd905c635b1e13879 /full.png " alt =" " >
82
+ <source media =" (max-width: 480px) " srcset =" https://static.rerun.io/arrows3d_column_updates/3e14b35aac709e3f1352426bd905c635b1e13879 /480w.png " >
83
+ <source media =" (max-width: 768px) " srcset =" https://static.rerun.io/arrows3d_column_updates/3e14b35aac709e3f1352426bd905c635b1e13879 /768w.png " >
84
+ <source media =" (max-width: 1024px) " srcset =" https://static.rerun.io/arrows3d_column_updates/3e14b35aac709e3f1352426bd905c635b1e13879 /1024w.png " >
85
+ <source media =" (max-width: 1200px) " srcset =" https://static.rerun.io/arrows3d_column_updates/3e14b35aac709e3f1352426bd905c635b1e13879 /1200w.png " >
86
86
</picture >
87
87
88
88
Each row in the component column can be a batch of data, e.g. a batch of positions.
89
- This lets you log the evolution of a point cloud over time efficiently.
89
+ This lets you log the evolution of a set of arrows over time efficiently.
90
90
91
91
92
92
You can’t perform that action at this time.
0 commit comments