Pecners / rayshader_portraits

GNU General Public License v3.0
522 stars 95 forks source link

unused args (texture = TRUE) #2

Closed ayor-dns closed 1 year ago

ayor-dns commented 1 year ago

Any idea why I got this error when trying to do render_highquality() :

Error in rayrender::obj_model(cache_filename, x = -bbox_center[1], y = -bbox_center[2], : unused arguments (texture = TRUE)

I didn't change your code. I'll run it with latest R vrsion (4.2.2) and all package are up to date. I tried : remotes::install_github("tylermorganwall/rayrender") but didn't worked.

Pecners commented 1 year ago

I haven't tracked down exactly why this error is thrown when following my code, but others have said installing the latest dev versions of {rayrender} AND {rayshader} solved it. So, try remotes::install_github("tylermorganwall/rayshader") as well.

ayor-dns commented 1 year ago

That worked ! thank you, your help is much appreciated !