The new functionality was added to the OFF to VRML file converter I developed. Now it has an option to create, in the VRML file, a point cloud of the model instead of the traditional mesh. Below is an example of such output.
"AFj's PhD" blog was created in 2004 to report on-line the PhD work of Alfredo Ferreira (Jr). After finishing his PhD in July 2009, the posting was suspended.
However, after several requests, the blog was reactivated in October 2010."AFj's PhD and after" blog will provide information on Alfredo Ferreira's work as a researcher in INESC-ID and his activities as a Assistant Professor at IST/TULisbon.
2 comments:
Any way you can show me how this works?
It's simple. You just have to create a VRML file containing as many spherical shapes (Shape { geometry SPHERE }) as points. Each of these should be translated according to the point coordinates, using the Transform node. The radius of the sphere should also be set regarding the regarding the size of the point cloud bounding box.
Post a Comment