render_snapshot_software {rayshader} | R Documentation |
Render Software Snapshot
Description
Render Software Snapshot
Usage
render_snapshot_software(
filename,
cache_scene = FALSE,
camera_location = NULL,
camera_lookat = c(0, 0, 0),
background = NULL,
return_all = FALSE,
width = NULL,
height = NULL,
light_direction = NULL,
fake_shadow = TRUE,
text_angle = NULL,
text_size = 1,
text_offset = c(0, 0, 0),
fov = NULL,
print_scene_info = FALSE,
point_radius = 1,
line_offset = -1e-07,
fsaa = 1,
thick_lines = FALSE,
line_radius = 0.5,
rayvertex_lighting = FALSE,
rayvertex_lights = NULL,
rayvertex_shadow_map = FALSE,
...
)
Arguments
... |
Additional parameters to pass to 'rayvertex::rasterize_scene()' |
[Package rayshader version 0.37.3 Index]