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

Chromatic aberration in `render_highquality` #43

Closed jfulponi closed 8 months ago

jfulponi commented 1 year ago

Hello!

When using the rayrender package in R, I'm experiencing a couple of issues related to the render_highquality and render_depth functions. I'm ggplotting geometries with geom_sf and I'd like to render the final results on high quality and with some chromatic aberration.

  1. The render_highquality function doesn't seem to support adding chromatic aberration, although this feature is available in render_depth.

  2. Conversely, I cannot generate high-quality rendering using the render_depth function while having chromatic aberration.

Is there a way to replicate the aberration generated with render_depth in a render_highquality context?

Thank you in advance.