How to generate track lines similar to three-js

How to generate track lines similar to three-js
2023-02-22_103140

Three.js is defined by const point= new THREE.Points (geometry, material)
Is there a similar api in babylon

Trail mesh sounds like what you need Trail Mesh | Babylon.js Documentation

2 Likes