Disables lighting effects to show colors exactly as specified. Useful for screenshots where accurate color reproduction is needed, such as atlas creation pipelines that extract contours from images.
Examples
if (FALSE) { # \dontrun{
ggseg3d() |>
set_flat_shading()
} # }