Learn R Programming

rayrender (version 0.41.3)

post_process_scene: Post-process the scene

Description

Post-process the scene

Usage

post_process_scene(
  rgb_mat,
  iso,
  use_iso,
  tonemap,
  debug_channel,
  filename,
  plot_scene,
  bloom,
  new_page = TRUE,
  transparent_background = FALSE,
  auto_exposure = FALSE,
  verbose = FALSE,
  screen_text = NULL,
  screen_line = NULL,
  camera_info = NULL,
  screen_text_visible = NULL,
  screen_text_overlay = NULL,
  screen_line_visible = NULL,
  screen_line_overlay = NULL,
  exposure_adjustment = 1
)

Arguments

Examples

Run this code
if (FALSE) { # interactive() || identical(Sys.getenv("IN_PKGDOWN"), "true")
#internal
}

Run the code above in your browser using DataLab