Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in render_highquality #255

Closed
SharadShingade opened this issue Jan 3, 2023 · 4 comments
Closed

error in render_highquality #255

SharadShingade opened this issue Jan 3, 2023 · 4 comments

Comments

@SharadShingade
Copy link

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
Copy link

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

@canaytore
Copy link

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
Copy link
Owner

tylermorganwall commented Jan 7, 2023

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants