tylermorganwall / rayrollercoaster

Create 3D Rollercoasters in R
17 stars 0 forks source link

Does this still work? #1

Closed Pearadox99 closed 1 year ago

Pearadox99 commented 1 year ago

I was messing around and found this package but am unable to get it working. Using the code you have on the other page I keep getting the error below after running "generate_rayshader_coaster(light=FALSE, ambient_light=T)".

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

tylermorganwall commented 1 year ago

You just need to update to the latest version of rayrender on Github:

remotes::install_github("tylermorganwall/rayrender")