Class PointCloudGltfWriter

java.lang.Object
com.gaia3d.converter.jgltf.GltfWriter
com.gaia3d.converter.jgltf.tiles.PointCloudGltfWriter

public class PointCloudGltfWriter extends GltfWriter
PointCloudGltfWriter is responsible for writing point cloud data to a GLB file format. It converts point cloud buffers, feature tables, and batch tables into a GltfModel, then writes that model to a binary GLB file. This class extends GltfWriter and provides specific implementations for point cloud data.