Ground environment using multi texture

I want my floor to use tiles and some lawns as the environment at the same time, but it uses the first picture as the texture. How can I set it?
The effect is similar to this
https://hiteshsahu.com/farmHouse

This is my example
just to test | Babylon.js Playground (babylonjs-playground.com)

There are definitely lots of ways to achieve what you’re trying to do, but personally I’d recommend you look into using a Node Material to achieve this. You can use our sweet Node Material Editor tool to help you get started.

Here are a few resources you may want to check out:
https://nme.babylonjs.com/

1 Like

Let s also ping @HiteshSahu who might have some tips :slight_smile:

1 Like

You can use Terrain Material to set 3 different materials to your lawn terrain. I have used only 2 materials in this playground. I have set different UV Scaling for materials 1 & 2 to mimic fine gravels closer to grass.

https://www.babylonjs-playground.com/#K2VGMP#3

Here is another one

https://www.babylonjs-playground.com/#K2VGMP#4

1 Like