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 730e857 commit 0583926Copy full SHA for 0583926
py/source/features/ground_and_shadows.md
@@ -19,7 +19,7 @@ import polyscope as ps
19
ps.init()
20
21
# set the ground height to a fixed location manually
22
-ps.set_ground_height(0.) # in world coordinates
+ps.set_ground_plane_height(0.) # in world coordinates
23
24
# set soft shadows on the ground
25
ps.set_ground_plane_mode("shadow_only") # set +Z as up direction
0 commit comments