How can I change a tile mesh based terrain system?

Asked By 0 points N/A Posted on -
qa-featured

I have made a tile mesh based terrain system. But I cannot put the grass and the path blur into each other. Is there any trick?

SHARE
Best Answer by lee hung
Answered By 5 points N/A #146280

How can I change a tile mesh based terrain system?

qa-featured

You can’t change the ground like it’s height or width. Modular terrain system is what you need. Build any size of terrain from the library of pieces. Use the grid from different sizes. By the using of pieces you can make anything. After that you need to add a few of glitches in your project.

Best Answer
Best Answer
Answered By 75 points N/A #146281

How can I change a tile mesh based terrain system?

qa-featured

Robert,

When dealing with terrain issues you are usually programming a game or building maps or something like that. All of these endeavors can be very difficult, I have found a tutorial that might be of assistance. This tutorial is located at:

 https://docs.unrealengine.com/udk/Three/TerrainAdvancedTextures.html.

To locate it all you need to do is copy the URL into your internet browser and search for it. I hope this will be of assistance.

Related Questions