Skip to content

Commit

Permalink
Update surface generator example 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur Rauf Bingol committed Sep 11, 2018
1 parent a65830c commit c1cc7eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grid/ex_surfgen03.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
# This will generate a 10x10 grid
surfgrid.generate(8, 8)

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

# surfgrid.rotate_x(10.0)
# surfgrid.rotate_y(7.5)
Expand Down

0 comments on commit c1cc7eb

Please sign in to comment.