Footprint in babylonjs

Hi, how can I leave footprints in babylonjs? I couldn’t find any examples. Can you help me?

Create a Simple World Series | Babylon.js Playground (babylonjs.com)

Several ways, possibly the most straight forward is to create a footprint texture and apply to ground as a decal

Otherwise create a footprint mesh and use SPS or thin instances to place copies in the scene.

4 Likes