tylermorganwall / rayshader

R Package for 2D and 3D mapping and data visualization
https://www.rayshader.com/
2.05k stars 211 forks source link

error in render_highquality #255

Closed SharadShingade closed 1 year ago

SharadShingade commented 1 year ago

hi, I am continuously getting following error whenever i call function render_highquality() . I reinstalled rayshader & rayrender from git still throwing same error. I also tried on different R version and also different machines but still same error. Has anyone have some suggestion to solve this. Thanks

Error in rayrender::obj_model(cache_filename, x = -bbox_center[1], y = -bbox_center[2],  : 
  unused argument (texture = TRUE)
maniatisn commented 1 year ago

hey, I opened the same issue a few hours before you, I'm having the same problem.

canaytore commented 1 year ago

this error no longer appears with the newest versions. you may like to install the latest version of rayshader (==0.32.7) via devtools using devtools::install_github("tylermorganwall/rayshader")

tylermorganwall commented 1 year ago

Yes, update rayshader to the latest version on github and this should go away. Be sure to update rayrender as well.

remotes::install_github("tylermorganwall/rayshader")
remotes::install_github("tylermorganwall/rayrender")
SharadShingade commented 1 year ago

Thanks. Issue resolved with downgrading R version (4.2.0 ) and installing rayshader & rayrender via github.