| list_cameras | R Documentation |
Lists cameras attached to a 'ray_scene'.
list_cameras(scene)
scene |
Scene containing cameras. |
A data frame with one row per camera.
scene = generate_ground(material=diffuse(color="grey20")) |>
add_camera(camera(name = "wide", fov = 55, filename = "wide.png")) |>
add_camera(camera(name = "detail", fov = 20, filename = "detail.png"))
list_cameras(scene)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.