This repo. contains 4 files namely:
- main.cpp
- plyloader.h
- plyLoader_C_Binary.cpp
- male_binary.ply
- SplatGenerator.exe
plyloader_C_Binary.cpp is the fle having all neccessary function needed to read a .PLY point cloud file and generate a splatted .PLY file, so that it can be rendered using BLENDER. male_binary.ply : point cloud file.
.exe usage from windows command line
SplatGenerator.exe inputBinaryPlyFile.ply outputfile.ply
Example command to run the exe, using the model that is there in the repository: SplatGenerator.exe male_Binary.ply output_file.ply