lidRviewer
lidRviewer copied to clipboard
An OpenGL point cloud viewer for R able to handle several millions of points
## Overview This updates the relevant C++ code in `lidRviewer` to use the updated Simple DirectMedia Layer 2.0 (`SDL2`) library. The old version,` SDL1.2`, is no longer supported on many...
Attempting to install the package. Apparently, a file is missing. See error: In file included from camera.cpp:1: ./camera.h:4:10: fatal error: 'SDL/SDL.h' file not found #include ^~~~~~~~~~~ 1 error generated. make:...
Hello, `plot(las1, color="RGB", backend = "lidRviewer")` return the following stacktrace : ``` Erreur dans lidRviewer::plot_xyzrgb(x@data$X, x@data$Y, x@data$Z, x@data$R, : 'id' must contain integers 9. stop("'id' must contain integers") 8. lidRviewer::plot_xyzrgb(x@data$X,...
The `devel` branch contains the version 1.0.0 which is complete redesign of the package. @H4estu @caiohamamura @ptompalski @liamirwin may I ask you to test it and provide feedback. It is...