Convert a bgeo point cloud to a raw point data
Use cmake to generate project/make files and then compile
Convert a Houdini bhclassic point cloud to an ascii file.
Arguments:
//with custom delimiter
bhclassic_to_ascii input.bhclassic output.txt ,
//without custom delimiter, default is space
bhclassic_to_ascii input.bhclassic output.txt
Currently outputs position of every point in x y z format with an optional delimiter.