Bhclassic processing

Convert a bgeo point cloud to a raw point data


Project maintained by hmazhar Hosted on GitHub Pages — Theme by mattgraham

Compiling

Use cmake to generate project/make files and then compile

bhclassic_to_ascii

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.