tylermorganwall / rayshader

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

Perspective support? #42

Closed MacTyler closed 5 years ago

MacTyler commented 5 years ago

Sorry if I am just way off base here,, I don't mean to upset anyone, but it seems that all the rayshader images are rendered where there is no perspective control and parallel lines seem to diverge instead of converge in distance such as this video https://twitter.com/tylermorganwall/status/1118125396199903232 , can there be a feature so you can enable perspective with vanishing points?

tylermorganwall commented 5 years ago

Yes, just set the fov argument in plot_3d() or render_camera() to a non-zero number.