SDK JS
    Preparing search index...

    Class BvcGltfPointCloudDecoder

    Main-thread CesiumPointDecoder for BVC-backed 3D-Tiles point clouds. Prefer WorkerBvcGltfPointCloudDecoder to keep decode off the render thread; this exists for tests, Node, and single-thread A/B.

    Implements

    • CesiumPointDecoder
    Index

    Constructors

    Methods

    Constructors

    Methods

    • Decode one BVC point-cloud tile into an ENU-rebased PackedPointTile.

      Parameters

      • buffer: ArrayBuffer

        The .glb tile bytes (BITRUVIUS_pointcloud_bvc POINTS).

      • ctx: CesiumPointDecodeContext

        Tile transform (tile-local → ECEF), scene enuFromEcef, grid.

      Returns Promise<PackedPointTile>

      The packed point tile the @bitruvius/ptcloud renderer consumes.