I’m currently loading a large point cloud as a cvs file. It has 10m points and takes aaaages.
I’m told loading it as a binary format would be quicker. Can anyone point me towards (or provide) a simple example that demonstrates how to do this?
I think all I need to do is to read/skip the header file of the .ply file [format] (http://paulbourke.net/dataformats/ply/) but I don’t know how to do this.