tylermorganwall / rayshader

R Package for 2D and 3D mapping and data visualization
https://www.rayshader.com/
2.05k stars 211 forks source link

Pass ... to rgl::par3d(), as documented. #298

Open dmurdoch opened 10 months ago

dmurdoch commented 10 months ago

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.