Allow adding a 2D image to a 3D space view #3932
Labels
enhancement
New feature or request
📺 re_viewer
affects re_viewer itself
user-request
This is a pressing issue for one of our users
Based on https://discord.com/channels/1062300748202921994/1164158709103083612
Sometimes you want to show a 2D image with some 3D data next to it, like at 1:34 in this video: https://youtu.be/bKUAZ7IQcf0?si=x6VGZTB8usL90I2v&t=94
To accomplish this one should be able to do
rr.log("3d/image", rr.Image(…))
+rr.log("3d/paths", rr.LineStrips3D(paths))
, and then add both entities to the same 3D space view. However, this is currently not allowed:Repro:
The text was updated successfully, but these errors were encountered: