point clouds into Anar
in
Contributed Library Questions
•
2 years ago
Hi,
I've allready made a script in Open frameworks that saves to obj files, when making a pointcloud of something with a kinect camera. Now i want to load that data into the Anar library. The weirdest thing is that i cannot get any examples about using the OBJ loader, described in the reference:
http://anar.ch/doc/anar/OBJLoader.html . So I want to know if anybody know how to load the points into Anar. Is the Saito library a possibility?
- PVector orgv = model[x].getVertex(i);
The reason i want to use this library is that i can adjust objects easily to certain sizes and adjust certain points of shapes. If somebody else knows a library, who does it good to and it supports importing the pointclouds i've allready made.
1