Skip to content

Commit e77d1e3

Browse files
committed
lint & copilot
1 parent bb67faf commit e77d1e3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/snippets/all/archetypes/pinhole_projections.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,14 @@
3737
name="3D Scene",
3838
contents=["/**"],
3939
overrides={
40+
# Adjust visual size of camera frustum in 3D view for better visibility.
4041
"camera": rr.Pinhole.from_fields(image_plane_distance=1.0)
41-
}, # Use a bigger camera frustum than the default.
42+
},
4243
),
4344
# 2D projection from angled camera
4445
rrb.Spatial2DView(
4546
origin="camera", # Make sure that the origin is at the camera's path.
46-
name="Camera View",
47+
name="Camera",
4748
contents=["/**"], # Add everything, so 3D objects get projected.
4849
),
4950
)

0 commit comments

Comments
 (0)