Package 'lidRviewer'

Title: 3D point cloud viewer
Description: An advanced point cloud viewer designed to fluidly display hundreds of millions of points while using minimal memory. This package is intended as a replacement for rgl in lidR when the point cloud size exceeds what rgl can handle.
Authors: Jean-Romain Roussel [aut,cre,cph]
Maintainer: Jean-Romain Roussel <[email protected]>
License: GPL-3
Version: 1.0.0
Built: 2024-12-15 05:16:49 UTC
Source: https://github.com/r-lidar/lidRviewer

Help Index


Deprecated backward compatible function

Description

Deprecated backward compatible function

Usage

plot_xyzrgb(x, y, z, r, g, b, id = NULL, size = 4)

Arguments

x, y, z

numeric vector

r, g, b

integer vector

id

index

size

not used


Display big 3D point clouds

Description

Display arbitrary large in memory 3D point clouds from the lidR package. Keyboard can be use to control the rendering

  • Rotate with left mouse button

  • Zoom with mouse wheel

  • Pan with right mouse button

  • Keyboard r or g or b to color with RGB

  • Keyboard z to color with Z

  • Keyboard i to color with Intensity

  • Keyboard c to color with Classification

  • Keyboard + or - to change the point size

  • Keyboard l to enable/disable eyes-dome lightning

Usage

view(x, ...)

Arguments

x

a point cloud with minimally 3 columns named X,Y,Z

...

Support detach = TRUE