rayshader
rayshader copied to clipboard
Pass ... to rgl::par3d(), as documented.
This fixes #297 .
I chose to put par3d(...) last in the function, so those ... parameters will have priority. An alternative would be to put it in earlier, so that named parameters that affect par3d() settings (e.g. asp, zoom, phi, theta, fov, windowsize) have priority.