Re: import pointcloud data

2013-06-11 Thread olivier jeannel
I love that idea :) Could you keep us posted on that if you manage to get something working? In that forum, there is a similar (I think) discussion http://forum.openframeworks.cc/index.php?topic=10514.0 that link to this : https://github.com/roymacdonald/kinectToTexturedOBJ seems to convert .oni

Re: import pointcloud data

2013-06-11 Thread olivier jeannel
Oni Split maybe ? http://wiki.oni2.net/OniSplit says : |-extract:dae destination directory dat/oni file| Extracts 3D data in .oni file (or all M3GM, ONWC and ONCC instances in a .dat) into Collada DAE files It's possible to get collada in softimage Le 11/06/2013 10:37, olivier jeannel a écrit

Re: import pointcloud data

2013-06-11 Thread Doeke Wartena
yeah i will keep it up to date here. I think i will do it without the oni format so it's a bit less limited to kinect. Could some people send me some different Icecache files so i have some examples to look at. 2013/6/11 olivier jeannel olivier.jean...@noos.fr Oni Split maybe ?

Re: import pointcloud data

2013-06-11 Thread olivier jeannel
There you go : https://www.dropbox.com/s/7ajcaq8ai3rueu4/Xport_Icecache.rar The cache is in /Simulation/ and the scene in /scene/ Le 11/06/2013 11:22, Doeke Wartena a écrit : yeah i will keep it up to date here. I think i will do it without the oni format so it's a bit less limited to

Re: import pointcloud data

2013-06-10 Thread Alan Fregtman
Check out the code at the bottom: http://softimage.wiki.softimage.com/index.php?title=Icecache_File_Format On Mon, Jun 10, 2013 at 8:10 AM, Doeke Wartena clankil...@gmail.com wrote: hi, I would like to load pointcloud data from the kinect into softimage. Does anyone know a good way to do

Re: import pointcloud data

2013-06-10 Thread olivier jeannel
Hi, I've used the kinect to scan people with software provided by the 1.7 SDK and it was exporting to obj file directly. Can you explain what you're doing ? Olivier Le 10/06/2013 14:10, Doeke Wartena a écrit : hi, I would like to load pointcloud data from the kinect into softimage. Does

Re: import pointcloud data

2013-06-10 Thread Doeke Wartena
Hi, i would like to create something like http://www.onformative.com/work/unnamed-soundsculpture/ as a experiment. An important thing is that in the end it should be easy to record cloud data and get it into ice. I either want to use processing which is a great and popular dialect for java