I’m following this example https://playground.babylonjs.com/#2DLXYB#0 to create a path of a physic simulation in this playground https://playground.babylonjs.com/#93HGU7#88 but I can’t make the line render. It’s probably because has been rendered after createScene ended (it’s inside a setInterval) but I can’t find a away to update the scene with this line, I’ve tried scene.update() without success.
PS: For now the path is created when the simulations end, but I do want to create the path while the simulation is running