scatter icon indicating copy to clipboard operation
scatter copied to clipboard

How to make grass not grow inside of buildings?

Open Favkis opened this issue 3 years ago • 5 comments

image

my terrain is on layer 13 and buildings on layer 1, grass doesnt grow on top of buildings but does through the roof on first floor, and it grows on that concrete road even though its on 1 layer (it has terrain under it but still), how do I fix that?

Favkis avatar Feb 11 '23 14:02 Favkis

If you only have a few buildings, you can add an Exclude from path modifier, and mark the areas where you don't want any grass with another path object. But I agree that's not very practical, I'll add an option in the Project on floor to discard anything that hits objects in a specific layer.

HungryProton avatar Feb 12 '23 18:02 HungryProton

that would be awesome thank you yes path is not very practical. Can you add feature that'll add grass based on mask map? Cause I have lots of pathwalks and placity paths for grass is very hard. That'd also fix issue for grass in buildigns cause I can just draw mask on terrain where buildigns are

Favkis avatar Feb 13 '23 07:02 Favkis

I used excludepoint and it works yay image

(I have lots of problems with excludepath) image

Favkis avatar Feb 21 '23 10:02 Favkis

that would be awesome thank you yes path is not very practical. Can you add feature that'll add grass based on mask map? Cause I have lots of pathwalks and placity paths for grass is very hard. That'd also fix issue for grass in buildigns cause I can just draw mask on terrain where buildigns are

I just realise THERE IS a way to use mask, thats so awesome. Now I just need to understand how to point handlers at correct places.

Favkis avatar Feb 21 '23 13:02 Favkis

This is now done in https://github.com/HungryProton/scatter/pull/125

Norodix avatar Jul 13 '23 18:07 Norodix