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.
The render_highquality function doesn't seem to support adding chromatic aberration, although this feature is available in render_depth.
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?
Hello!
When using the
rayrender
package in R, I'm experiencing a couple of issues related to therender_highquality
andrender_depth
functions. I'm ggplotting geometries withgeom_sf
and I'd like to render the final results on high quality and with some chromatic aberration.The
render_highquality
function doesn't seem to support adding chromatic aberration, although this feature is available inrender_depth
.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 arender_highquality
context?Thank you in advance.