Skip to content

Commit 91fb91e

Browse files
committed
example typo fix
1 parent b073a0b commit 91fb91e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

py/source/features/ground_and_shadows.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ By default, the height of the ground plane is set automatically to the bottom of
6767

6868
Alternately, the height can be specified to a fixed location in world coordinates like:
6969
```python
70-
ps.set_ground_height(0.) # in world coordinates along the up axis
70+
ps.set_ground_plane_height_mode('manual')
71+
ps.set_ground_plane_height(0.) # in world coordinates along the up axis
7172
```
7273

7374
??? func "`#!python set_ground_plane_height(x)`"

0 commit comments

Comments
 (0)