tylermorganwall / rayrender

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

feature request: Also allow number of cores to be set by `getOption("Ncpus")` #46

Closed trevorld closed 1 year ago

trevorld commented 1 year ago
trevorld commented 1 year ago

I can do a PR if this feature is okay.

tylermorganwall commented 1 year ago

This option has been added in the latest commit. Thanks for the suggestion!