I am trying to visualise the following ggplot2 object in 3d using rayshader library.
However, I cannot find a way to prevent the text labels from becoming 3d, only the points. Is there a way to do this?
plot_gg(plot_cities
, width=4.0
, height = 4.0
, multicore = TRUE
, windowsize = c(1400,866)
, sunangle=225
, zoom = 0.60
, phi = 30
, theta = 45
,emboss_text = 0
)