example <- paste0(
  rprojroot::find_package_root_file(),
  "/inst/examples/deckgl-api-reference/point-cloud-layer.R"
)
do.call(knitr::read_chunk, list(path = example))

The PointCloudLayer takes in points with 3d positions, normals and colors and renders them as spheres with a certain radius.


See also deckgl-api-reference-point-cloud-layer



crazycapivara/deckgl documentation built on March 29, 2023, 4:10 a.m.