What tools are currently available for creating cesium point-cloud files? I have a program that generates point clouds as csv files that have the format X,Y,Z,attribute_1,attribute_2. What I want is to visualize these as point clouds in Cesium. Since the files can be 10k-50k+ points I can’t really load them as geojson or Cesium points.
Are there any good tools for processing this kind of data and generating something the Cesium can read as a pointcloud?