Skip to content
Snippets Groups Projects
Commit a4d7b730 authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

Merge branch 'fix/pointcloudwriter-3d' into 'next'

[io] Fix pointcloudwriter in 3d

See merge request !456
parents 7a3515f3 c076fa5c
No related branches found
No related tags found
Loading
......@@ -332,6 +332,8 @@ private:
file << " 0 0 ";
if(x.size() == 2)
file << " 0 ";
if(x.size() == 3)
file << " ";
// introduce a line break after a certain time
if((++counter) > numBeforeLineBreak)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment