h-a-graham / rayvista

An R plugin for {rayshader} to view a 3D vista anywhere on earth.
GNU General Public License v3.0
107 stars 5 forks source link

render_highquality(clear = TRUE) not working #7

Closed sgsalmo closed 3 years ago

sgsalmo commented 3 years ago

Hi again, Hugh!

I tried the rayvista package again, in one of my sites. The render function works. But, when I use "render_highquality(clear = TRUE), my R stops with an error message, as:

R Session Aborted

Thanks,

SS

h-a-graham commented 3 years ago

This could be for a couple of different reasons... I would try reinstalling rayshader from github like so: devtools::install_github("tylermorganwall/rayshader") then try again. If it still isn't working then It may be that the resolution of the scene is too large for your computer's resources. If that is the case, trying a smaller or lower resolution example may help. Good luck!

sgsalmo commented 3 years ago

Hi Hugh!

Yes, the code works after I reduced the resolution.

Thanks again!

SS