Imports a xyz point data file, an ascii text file with 3 space delimited values per line (xyz).
Parameters
Copy of Options
Tips
Generally, these are Terrain files. Some useful tips for meshing
- Use a transform to rotate into the correct orientation
- Store the rest position, ie. v@rest = v@P
- Flatten the mesh, ie. @P.y = 0
- Use triangulate2D to create the primitives
- Restore the points to their rest position, ie. v@P = v@rest
An Example.
0.5 0.3 0.1
...
...
...
1.2 0.001 2.5