We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa5a4f commit 2b26a70Copy full SHA for 2b26a70
docs/snippets/all/archetypes/pinhole_projections.py
@@ -37,13 +37,14 @@
37
name="3D Scene",
38
contents=["/**"],
39
overrides={
40
+ # Adjust visual size of camera frustum in 3D view for better visibility.
41
"camera": rr.Pinhole.from_fields(image_plane_distance=1.0)
- }, # Use a bigger camera frustum than the default.
42
+ },
43
),
44
# 2D projection from angled camera
45
rrb.Spatial2DView(
46
origin="camera", # Make sure that the origin is at the camera's path.
- name="Camera View",
47
+ name="Camera",
48
contents=["/**"], # Add everything, so 3D objects get projected.
49
50
)
0 commit comments