Learn R Programming

rayshader (version 0.25.2)

render_snapshot_software: Render High Quality

Description

Render High Quality

Usage

render_snapshot_software(
  filename,
  cache_filename = NULL,
  camera_location = NULL,
  camera_lookat = c(0, 0, 0),
  background = NULL,
  return_all = FALSE,
  width = NULL,
  height = NULL,
  light_direction = c(0, 1, 0),
  fake_shadow = TRUE,
  text_angle = NULL,
  text_size = 1,
  text_offset = c(0, 0, 0),
  fov = NULL,
  print_scene_info = FALSE,
  point_radius = 1,
  ...
)

Arguments

cache_filename

Name of temporary filename to store OBJ file, if the user does not want to rewrite the file each time.

camera_location

Default `NULL`. Custom position of the camera. The `FOV`, `width`, and `height` arguments will still be derived from the rgl window.

...

Additional parameters to pass to `rayrender::render_scene`()

ground_size

Default `10000`. The width of the plane representing the ground.