cesiumjs-copc
v0.1.2
Published
Stream and render COPC point clouds directly in CesiumJS
Maintainers
Readme
cesiumjs-copc
Main CesiumJS integration for CesiumJS COPC Runtime.
It creates camera-driven COPC point-cloud primitives with Worker decoding, picking, color and classification controls, eye-dome lighting, coordinate transformation, and runtime diagnostics.
import { CopcPointCloud } from "cesiumjs-copc";
const cloud = await CopcPointCloud.fromUrl(url, { pointBudget: 2_000_000 });
viewer.scene.primitives.add(cloud);See the getting-started guide and API reference.
Independent open-source project; not an official Cesium project. Original project code is MIT licensed. See the bundled third-party notices.
