Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

TOZ Noise

Discussion in 'Assets and Asset Store' started by aubergine, Dec 11, 2012.

  1. magic9cube

    magic9cube

    Joined:
    Jan 30, 2014
    Posts:
    58
    generating tiling mesh with the noise/density value. for me its critical that it does tile, repeating the exact same pattern in 3 dimensions.
     
  2. aubergine

    aubergine

    Joined:
    Sep 12, 2009
    Posts:
    2,878
    Well, i still dont understand what kind of problem you are having.
    Just check the plane modüle, its on xz axis and y = 0

    You can easily create a new modüle yourself like a Cube or something and use the y variable as well. It will generate your noise.
    In order to make a 3d texture, you will also have to copy the NoiseMapBuilderPlane class to something like NoiseMapBuilderCube and add the y axis there as well. And finally you must add ImageMap, NoiseMap support to it and a 3dTexture save function somewhere.
     
  3. aubergine

    aubergine

    Joined:
    Sep 12, 2009
    Posts:
    2,878
    The new 3.x version is available on the store now, if you previously owned 1.x, you will be able to upgrade for 5USD.
     
  4. aubergine

    aubergine

    Joined:
    Sep 12, 2009
    Posts:
    2,878
    Tutorial video for Unity Terrain.