Clock example screenshot An example visualizing an analog clock with hour, minute and seconds hands using Rerun Arrow3D primitives. To build it from a checkout of the repository (requires a Rust toolchain): ```bash cmake . cmake --build . --target example_clock ./examples/cpp/clock/example_clock ```