- place all of your vertex colored PLY files into the
ply
directory. - run
make -j$(nproc)
and all of the PLY files will be coverted to C header files and placed into thehigh
directory. - load models with
esLoadModel(name)
.
The directory is named high for "higest quality" the concept is that you could then output medium and low quality directories from decimated versions of the original PLY file meshes.
PTO was written by Test_User (hax@andrewyu.org).