NVIDIA / gvdb-voxels

Sparse volume compute and rendering on NVIDIA GPUs
Other
672 stars 144 forks source link

Changed gvdb_types to print info to stderr instead of stdout. #135

Open AspenEyers opened 1 year ago

AspenEyers commented 1 year ago

gvdb_types.cpp was polluting stderr with debugging information which make applications that relied on stdout to function fail.

Signed-off-by: Aspen Eyers aspen.eyers@missionsystems.com.au