<div dir="ltr"><div><br></div><div>   Hi Benoit,</div><div><br></div><div>   Has anyone answered your question yet?</div><div><br></div><div>   Meshlab also reads OBJ files, there are a bunch of pre-built libraries that will dump OBJs with lots of options.</div><div>   <a href="http://n-e-r-v-o-u-s.com/tools/obj/">http://n-e-r-v-o-u-s.com/tools/obj/</a> (by the very cool <em>nervous system</em> crew)</div><div>   It might choke on point clouds - you may need to use Toxiclibs to convert the point cloud array into a mesh first. (Toxiclibs are soooo handy)</div><div><br></div><div>   There don't seem to be a lot of options for dumping directly to PLY, but the file format is straight text... you can write your own PLY text file export!</div><div>   <a href="http://en.wikipedia.org/wiki/PLY_(file_format)">http://en.wikipedia.org/wiki/PLY_(file_format)</a>   (The specifics of PLY)<br>   <a href="http://paulbourke.net/dataformats/ply/">http://paulbourke.net/dataformats/ply/</a>    (More details)</div><div>   <a href="https://www.packtpub.com/books/content/exporting-processing">https://www.packtpub.com/books/content/exporting-processing</a>   (Exporting in processing)</div><div><br></div><div>   Here's a PLY reader app, which you can kind of reverse-engineer into a simple exporter.</div><div>   <a href="http://www.openprocessing.org/sketch/7032">http://www.openprocessing.org/sketch/7032</a></div><div><br></div><div>   If you need a hand writing an export tool, we can give it a go together. It would be a fun project, and I love fiddling with the Kinect.</div><div><br></div><div>   -Jason Cobill</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 30, 2014 at 12:08 PM, benoit gauthier <span dir="ltr"><<a href="mailto:benoit1975@hotmail.ca" target="_blank">benoit1975@hotmail.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div><div dir="ltr">I have collected 3d point cloud with a Kinect in Processing.....  Now I want to export my point cloud in .ply, is there a library in processing or a way to export point cloud from Processing to use in Meshlab ?<div><br></div><div>Thanx,</div><div><br></div><div>Benoit</div>                                         </div></div>
<br>_______________________________________________<br>
Lab mailing list<br>
1. subscribe <a href="http://artengine.ca/mailman/listinfo/lab" target="_blank">http://artengine.ca/mailman/listinfo/lab</a><br>
2. then email <a href="mailto:Lab@artengine.ca">Lab@artengine.ca</a> to send your message to the list<br></blockquote></div><br></div>