You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
530 B
20 lines
530 B
|
|
/** \mainpage The NanoPLY Library |
|
The NanoPLY is a C++ header-only library to read and write PLY file. It allow to load and save polygonal meshes and point clouds. |
|
|
|
NanoPLY does not require compiling or installing, just an #include <nanoply.hpp> in your code. |
|
|
|
|
|
Examples |
|
---------------- |
|
The following code shows how to open and save a Ply file using a custom definition of mesh. |
|
|
|
\include nanoply_demo/main.cpp |
|
|
|
|
|
The following code shows how to open and save a Ply file using a VCGLib mesh. |
|
|
|
\include nanoply_vcg/main.cpp |
|
|
|
|
|
*/
|
|
|