I need create a surface ( Terrain ) from a list of coordinates in XYZ format.
The list is something like...
PointNum, Description, X, Z, Y
Read the file and put the points in the 3D is easy, but... i dont have experience in surfaces... i try to make it... but, i can't.
If anyone have a idea or example to make it, please help me. =)
The list is something like...
PointNum, Description, X, Z, Y
4,TEST,22.950,-16.758,199.995 5,TEST,-75.044,19.454,199.461 6,TEST,51.060,-21.960,200.930 7,TEST,-88.051,44.489,199.229 ...
Read the file and put the points in the 3D is easy, but... i dont have experience in surfaces... i try to make it... but, i can't.
If anyone have a idea or example to make it, please help me. =)