tylermorganwall / rayrender

A pathtracer for R. Build and render complex scenes and 3D data visualizations directly from R
http://www.rayrender.net
622 stars 43 forks source link

Not sure how to handle this error #34

Closed RobinKohrs closed 1 year ago

RobinKohrs commented 2 years ago

I tried to follow the spectecular example here. In the end I call:

render_highquality(out_file, samples=100, width=1000, height=1000)

However, I always (in the cases my R-Studio does not abort before) get this error:

Error in render_scene_rcpp(camera_info = camera_info, scene_info = scene_info) : 
  Could not find /tmp/RtmpGxag9h//tmp/RtmpGxag9h/temprayfile.png

Maybe this is a really silly question (and in case it is I am really sorry), but I did not find any help online so far:) In any case, thanks so much for these incredible packages !!!

tylermorganwall commented 1 year ago

Whatever caused this, it is unlikely to happen with the latest version. Feel free to post in this issue if this problem is still occurring.