Hi,
I'm new to the babylon.js. I've worked with Three.js and it was an awesome library. But I've realized that I cannot generate a mesh with points easily and there were limitations. Is there a feature in Babylon.js to generate a triangulated mesh with a pointcloud?
You can view a sample pointcloud here. It's just a curved surface for the simplicity and a Three.js model. I just want to make know if this is possible to do with babylon.js
https://codepen.io/brabbit640/pen/ZmpKpJ
Thank you