Skip to content

Commit

Permalink
Don't set the terrain so low, it can blend into the auto generated te…
Browse files Browse the repository at this point in the history
…rrain and make adding water difficult
  • Loading branch information
chadrockey committed Mar 25, 2019
1 parent e735a8b commit 9f4009a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgc_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ def merge_courses(course1_json, course2_json):
return course1_json


def elevate_terrain(course_json, elevate_shift, buffer_height=3.5, clip_lowest_value=-2.0, printf=print):
def elevate_terrain(course_json, elevate_shift, buffer_height=10.0, clip_lowest_value=-2.0, printf=print):
# Automatic terrain shift
if elevate_shift == 0.0 or elevate_shift == None:
elevations = []
Expand Down

0 comments on commit 9f4009a

Please sign in to comment.