r-lidar / lidR

Airborne LiDAR data manipulation and visualisation for forestry application
https://CRAN.R-project.org/package=lidR
GNU General Public License v3.0
601 stars 131 forks source link

Issue or help not sure? Rgl 3d for plots #668

Closed MaidenoftheWoods closed 1 year ago

MaidenoftheWoods commented 1 year ago

I am trying to create a plot from my las data. Under previous versions of R I have had no issues with this working. Now I receive an error and a blank white background: 1: 'rgl::rgl.bg' is deprecated. Use 'bg3d' instead. See help("Deprecated") 2: 'rgl::rgl.material' is deprecated. Use 'material3d' instead.

Jean-Romain commented 1 year ago

See https://github.com/r-lidar/lidR/pull/651. I'm uploadig lidR 4.0.3 on cran this morning.