How do I move the texture of the ground?

I’m trying to make a simple game where a man runs and objects and enemies move towards him. Everything moves except the ground and the side walls. How do you get them to move, creating the illusion of running?

Hey, we will need more info :slight_smile:
Make the Best Use of the Forum | Babylon.js Documentation

Hi.

Does this help you.
You can use uOffset and vOffset properties of the texture and animate it.
https://playground.babylonjs.com/#39H7KT#7

1 Like

Thanks!

1 Like