Generate custom terrain from cloud points

Hi everbody, I’ve been looking for the solution for several weeks and I can’t get it. I have a cloud of disordered points (x, y, z) and I need to make a terrain with triangles. Could someone guide me?
X, Y, X are based on meters and centimeters.
Example: (101.4,90.7,8.3)
I tried with Planegeometry and buffergeometry without success.
Many thanks.

You can use a delaunay algorithm for that like here: Three.js + Delaunator

1 Like