Skip to content

Commit c1cc7eb

Browse files
author
Onur Rauf Bingol
committed
Update surface generator example 3
1 parent a65830c commit c1cc7eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grid/ex_surfgen03.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
# This will generate a 10x10 grid
2828
surfgrid.generate(8, 8)
2929

30-
# Generate 1 bump at the center of the grid and generate some padding with a negative base_adjust value
31-
surfgrid.bumps(num_bumps=1, bump_height=20, base_extent=4)
30+
# Generate 1 bump at the center of the grid and generate some padding with a padding between the bumps
31+
surfgrid.bumps(num_bumps=1, bump_height=20, base_extent=4, base_adjust=1)
3232

3333
# surfgrid.rotate_x(10.0)
3434
# surfgrid.rotate_y(7.5)

0 commit comments

Comments
 (0)