rerun-io / rerun

Visualize streams of multimodal data. Free, fast, easy to use, and simple to integrate. Built in Rust.
https://rerun.io/
Apache License 2.0
6.68k stars 337 forks source link

Adding DefaultCamera to Spatial3D view #8211

Open jviereck opened 3 days ago

jviereck commented 3 days ago

At the moment it is not possible to set the camera position and view in the Spatial3D view. This PR implements this.

jviereck commented 3 days ago

This PR needs to be rebased against the current main branch.

Please let me know what you mean about the overall shape of the changes. If they are good, I will rebase against main.

jviereck commented 1 day ago

@Wumpf thank you for taking a look at this PR and your comments.

I agree with all your comments. I left a comment on why I've introduced the view_eye_default field. Hope this is clear.

If you manage to do so, I would appreciate if you can finish this up.