Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
hayden-donnelly committed Jun 8, 2023
1 parent 07dcd34 commit c214e2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
9 changes: 4 additions & 5 deletions Assets/Development/Scenes/Interpolation.unity

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Assets/Development/Scripts/Interpolator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,9 @@ private IEnumerator MyCoroutine()
upSampledHeight,
heightMultiplier
);

Debug.Log("CurrentStep: " + currentStep);
yield return new WaitForSeconds(2);
}
Debug.Log("Done with seed " + currentSeedIndex);
}
}

Expand Down
Binary file modified Assets/Development/Terrain/Interpolation_Terrain.asset
Binary file not shown.

0 comments on commit c214e2b

Please sign in to comment.