First of all thanks for implementing the mesh2ply() function - it's exactly what I was searching for!
Unfortunately the line
filename <- paste(filename, ".ply", sep = "")
prevents it from being able to write directly to an R connection. I would like to have this feature and tried to come up with a simple solution that doesn't influence the initial functionality.
First of all thanks for implementing the mesh2ply() function - it's exactly what I was searching for!
Unfortunately the line
prevents it from being able to write directly to an R connection. I would like to have this feature and tried to come up with a simple solution that doesn't influence the initial functionality.