View source: R/render_snapshot_software.R
render_snapshot_software | R Documentation |
Render Software Snapshot
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,
...
)
... |
Additional parameters to pass to 'rayvertex::rasterize_scene()' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.