Search Unity

Terrain Smooth with Script

Discussion in 'Scripting' started by MaleNancy, May 30, 2011.

  1. MaleNancy

    MaleNancy

    Joined:
    May 14, 2011
    Posts:
    4


    Hi guys, currently im creating a terrain generator and i achieve the result as shown on the image above with this guide.

    But this is not enough for me, i need to smooth the terrain. As the terrain is adjust in run time, so terrain tool kit in unity editor is unusable. My friend suggest me to use Gaussian Blur algorithm to do the smoothing.

    In the other tips or guide to do the smoothing?

    Thanks for reading and happy answering:)