x


How to Increase Grass Density?

My level contains a really big terrain, which is problematic for the mesh resolution. Anyway, I want to paint grass on it, but the terrain resolution sets the density of the grass chunks, leaving too much space between them.

Is there a way around this? How can I increase the grass density between two terrain vertices?

more ▼

asked Apr 28 '10 at 07:59 PM

foq1978 gravatar image

foq1978
113 3 4 10

(comments are locked)
10|3000 characters needed characters left

4 answers: sort voted first

You could try making a small block of terrain as a seprate game object. Then fill that mash up with dense grass, then duplicate it and set them where appropriate.

more ▼

answered Apr 29 '10 at 12:59 AM

khalil gravatar image

khalil
38 6 7 12

True, but it slows down the engine a lot.

Apr 30 '10 at 11:59 AM foq1978
(comments are locked)
10|3000 characters needed characters left

You can increase the detail resolution to 2048. If that's still not enough, then you might be better off with multiple smaller terrains instead of one really big one.

more ▼

answered Apr 29 '10 at 01:33 AM

Eric5h5 gravatar image

Eric5h5
80.2k 41 132 519

(comments are locked)
10|3000 characters needed characters left

Im also working on a massive 40kmx40km terrain.....best solution i found so far is to divide the terrain into segments and use stitchscape to align them......then use the camera's field to turn the terrains on and off as you move across them (i use uscript as i am in no way a coder)....so far....i tested it on a slower system and works great compared to a large terrain (4kmx4km) i did as a test run.....check out first run post on my blog....hope it helps...

more ▼

answered Sep 09 '12 at 09:23 PM

MohdGasim gravatar image

MohdGasim
33 5 5 9

(comments are locked)
10|3000 characters needed characters left

I'm new here so take this with a grain of salt, but the way I made some really nice looking thick lawn was just to add another grass texture in the terrain editor. I just loaded in the grass texture already being used to make an identical duplicate grass and then I painted that grass over the existing grass on the same terrain. Simple! I needed another two copies before it started looking decent, although I suspect the quantity will bite me later on somehow but it's looking perfect and running smoothly so far.

more ▼

answered Apr 03 '11 at 07:41 PM

Blam gravatar image

Blam
2 2

I second Ben's approach, especially if you need some grass to be dense, and other types to be sparse. It would keep you from having to increase the density for the entire terrain. Like...a lawn type area may need dense, and you could layer two grass textures per tile. But a scrub type area would only one layer.

Sep 11 '12 at 03:52 PM jc_lvngstn
(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x1469
x109
x8

asked: Apr 28 '10 at 07:59 PM

Seen: 1852 times

Last Updated: Sep 11 '12 at 03:53 PM