Skip to content

Commit 0583926

Browse files
committed
typo fix
1 parent 730e857 commit 0583926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/source/features/ground_and_shadows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import polyscope as ps
1919
ps.init()
2020

2121
# set the ground height to a fixed location manually
22-
ps.set_ground_height(0.) # in world coordinates
22+
ps.set_ground_plane_height(0.) # in world coordinates
2323

2424
# set soft shadows on the ground
2525
ps.set_ground_plane_mode("shadow_only") # set +Z as up direction

0 commit comments

Comments
 (0)