SHADER setting-up trees

Discussion in 'Tracks' started by jarodyi, Nov 4, 2014.

  1. r@m

    r@m Active Member

    Joined:
    Jun 7, 2017
    Messages:
    199
    Likes Received:
    141
    The "easiest" way if you insist on using scatter, is to scatter them BEFORE you duplicate the faces, make sure the Y tree is it's own element.

    Scatter -> convert to poly -> explode to elements ->duplicate faces.
     
  2. r@m

    r@m Active Member

    Joined:
    Jun 7, 2017
    Messages:
    199
    Likes Received:
    141
  3. Mitja Bonca

    Mitja Bonca Active Member

    Joined:
    Nov 18, 2014
    Messages:
    107
    Likes Received:
    35
    Location:
    Slovenia
    Thx. Will give it a try.
    Btw, is there any other way, and not using scatter to duplicate trees in 3ds max? Still learning it, thats why I`m asking.
     
  4. r@m

    r@m Active Member

    Joined:
    Jun 7, 2017
    Messages:
    199
    Likes Received:
    141
    The only other "free" method I know of is Object Painting.

     
  5. Mitja Bonca

    Mitja Bonca Active Member

    Joined:
    Nov 18, 2014
    Messages:
    107
    Likes Received:
    35
    Location:
    Slovenia
    Scatter works just fine, I only have to find the way to separate not connected polygons (I hope I will with what you said).
    Clone the object, and then use Flip option under the Polygons to turn faces around.
     
    DrDoomsLab likes this.
  6. r@m

    r@m Active Member

    Joined:
    Jun 7, 2017
    Messages:
    199
    Likes Received:
    141
    Try the shell modifier, you an use it on groups of many separate objects, give it an outer width of 0.001m, make sure select edges and straighten corners is checked.

    upload_2017-7-18_17-44-40.png

    Then add an edit poly modifier on top of your selection, when you go to poly sub-object mode, all the edges are already selected..hit delete and you're done.

    I use this method in Max because overlapping faces drive me nuts in the viewport, they flicker like crazy, the shell method gives you a tiny offset that prevents it happening.

    This script will find and select all overlapping (coinstant) faces, useful in certain scenarios:

    http://www.scriptspot.com/3ds-max/scripts/find-coinstances

    .
     
    DrDoomsLab and luchian like this.
  7. Mitja Bonca

    Mitja Bonca Active Member

    Joined:
    Nov 18, 2014
    Messages:
    107
    Likes Received:
    35
    Location:
    Slovenia
    Damn, cannot figure out how to create a Y tree a single element. Still have 3 elements (for each side). Can you help me out pl.
     
    DrDoomsLab likes this.
  8. r@m

    r@m Active Member

    Joined:
    Jun 7, 2017
    Messages:
    199
    Likes Received:
    141
    Have you tried the Forest Pro Lite? ...just use that and the drop to surface script.
     
  9. DrDoomsLab

    DrDoomsLab Member

    Joined:
    Jul 20, 2017
    Messages:
    30
    Likes Received:
    8
    I have been trying to do this all night and have had no luck. I even tryed pflow instead of scatter but could not get it to save as a mesh let alone a separate mesh for each tree. I also can not figure out how to have one element for a tree model. If you have any luck please let us know.

    I have looked at it but have not tryed it yet as im on 2018 and there does not appear to be a version for 2018 yet unless you have the pro version and can download the beta. Or am i wrong on that?

    Also how do you convert the trees in Forest Lite to separate meshs?
     
  10. r@m

    r@m Active Member

    Joined:
    Jun 7, 2017
    Messages:
    199
    Likes Received:
    141
    I've exaggerated the connecting edge width here, but you should get the gist from these screens, make it very small and use bridge and cap to fill the gaps.

    Make the tree "edge" faces Mat ID 2, after scattering and detaching to elements, add an edit poly mod to select and delete the ID2 edges.

    You may need to tweak the normals as well, not quite sure how the game would handle them using this method.


    upload_2017-7-20_11-47-22.png

    upload_2017-7-20_11-47-44.png

    "Instantiate"

    https://docs.itoosoft.com/forestpack/forest-tools

    .
     
    Last edited: Jul 20, 2017
    DrDoomsLab and Pixelchaser like this.
  11. Pixelchaser

    Pixelchaser Well-Known Member

    Joined:
    Jan 4, 2015
    Messages:
    1,541
    Likes Received:
    1,050
    that is a good solution there.

    but consider this. you`d be finished by now if you`d planted them by hand.
     
    r@m likes this.
  12. r@m

    r@m Active Member

    Joined:
    Jun 7, 2017
    Messages:
    199
    Likes Received:
    141
    ...amen :banghead:

    ....at least you only have to set up the tree mesh once.

    Every single tool in Max has undeveloped legacy limitations like this, you have to constantly think outside the box for solutions.
     
    Pixelchaser likes this.
  13. Pixelchaser

    Pixelchaser Well-Known Member

    Joined:
    Jan 4, 2015
    Messages:
    1,541
    Likes Received:
    1,050
    thanks r@m.
     
    Last edited: Jul 23, 2017
  14. DrDoomsLab

    DrDoomsLab Member

    Joined:
    Jul 20, 2017
    Messages:
    30
    Likes Received:
    8
    Hehe, I'm not so shore. The track takes over 25mins to drive when your doing 200mph+ 3/4 of the way.

    Thanks R@M as well. I will try this later. But i'm still unsore as it seems that doing this operation to just one bunch of trees is going to take a lot of processing time. Also i dont see how this wont be seen as multiple elements. I dont understand how to make parts of an object the same element.

    Sorry for the questions. Even though i've been doing 3d for a while im still a noob.

    Anyways thanks again everyone for your suggestions. I'll hopefully give this a go later tonight. And i'll let you know how it goes.

    Cheers,
    DrDoomsLab.
     
    luchian likes this.
  15. DrDoomsLab

    DrDoomsLab Member

    Joined:
    Jul 20, 2017
    Messages:
    30
    Likes Received:
    8
    Quick update. I thought it was working but no. I messed something up. Seems there where 2 elements left when i only seen one. Going to try again when i get the chance.

    Cheers,
    DrDoomsLab.
     
  16. Mitja Bonca

    Mitja Bonca Active Member

    Joined:
    Nov 18, 2014
    Messages:
    107
    Likes Received:
    35
    Location:
    Slovenia
    I still didn't figure out these Y trees.
     
  17. r@m

    r@m Active Member

    Joined:
    Jun 7, 2017
    Messages:
    199
    Likes Received:
    141
    Sunday morning, I smoked enough bob marley last night to take out an army...I cannot be arsed typing :ninja:
    I also sneezed over my new keyboard...it's not a pretty sight.

    Here's the tree method:

     
    Last edited: Jul 23, 2017
    DrDoomsLab and Pixelchaser like this.
  18. luchian

    luchian Administrator Staff Member

    Joined:
    Jun 3, 2014
    Messages:
    3,007
    Likes Received:
    1,492
    Wha.. ?!

    Sent from my phone using Tapatalk
     
  19. Mitja Bonca

    Mitja Bonca Active Member

    Joined:
    Nov 18, 2014
    Messages:
    107
    Likes Received:
    35
    Location:
    Slovenia
    I succeeded :) Finally, now I can more on.
    Thx a lot.
     
    Last edited: Jul 26, 2017
  20. r@m

    r@m Active Member

    Joined:
    Jun 7, 2017
    Messages:
    199
    Likes Received:
    141
    You're welcome.
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice