Skip to content

Commit

Permalink
Comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyu committed Jun 15, 2023
1 parent 218e26f commit 5205cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ c2ws = np.eye(4)[None]
point_cloud = np.random.randn(10000, 3) * 0.1
point_cloud_errs = np.random.rand(10000)

# To show have errors
# To show errors as colors
colors = np.zeros_like(point_cloud)
colors[:, 0] = point_cloud_errs / point_cloud_errs.max()
scene.add_points("points", point_cloud, vert_color=colors)
Expand Down

0 comments on commit 5205cf4

Please sign in to comment.