Jump to content

mdgrigg

Members
  • Posts

    17
  • Joined

  • Last visited

Posts posted by mdgrigg

  1. Sometime shortly after the kickstaret josh decided to change forum permissions rather than having to alter the group off all the kickstarters, so the "Developer" title is infact defunct.

     

    How then, do i gather permission to downloads assets, not from workshop but from the site? It states i dont have permission.

  2. You could combine the 2. Prefab and code for placement. Make a prefab with a bunch of trees. Then in code loop over all these prefabs and their children (each tree) and cast a ray downward until you hit the terrain. Then adjust the tree to that point (probably a little more downward even). That way you can still manually make sure your big prefab of trees isn't on big slopes and have code adjust it. However, it'll look ugly in the editor as the trees will be hovering over the ground and only adjust at startup. You could place the code in a post processing script which would get ran in the editor, but not sure if it's that big of a deal or not.

     

    Good idea, thanks Rick I'll look into it.

  3. A vegetation placement tool is planned for this year.

     

    In the mean time you can place your trees by hand, which is really cumbersome or by code.

     

    Code wise, I would go accross all terrain vertices, have a random number choose whether to plant a tree, and as extra check also check the slope angle and/or height of the vertex.

     

    Thanks Aggror, my WIP is 4096 x 4096 do I am trying to avoid placing by hand, i was talking to ChrisV and he suggested creating a group prefab of trees (thanks dude) and im probably going to resort to that for now, only problem is ill more than likely have to manually adjust for terrain vertices\slope angles.

    • Upvote 1
  4. Hi guys, wondering if anyone could explain the easiest ways to place a large amount of trees on the terrain, preferably randomised with different heights and variation.

     

    Can't wait for the vegetation took in terrain tab! "Fingers crossed"

     

    I'm assuming a script would be the only way.

     

    Appreciate your time guys,

     

    Griggzy

×
×
  • Create New...