Scene3D | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.geometry.html
Scene3D(camera = NULL, lightRig = NULL, backdrop = NULL, extLst = NULL, ...)
camera |
camera |
lightRig |
lightRig |
backdrop |
backdrop |
extLst |
extLst |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
Scene3D(
camera = Camera(prst = "perspectiveLeft"),
lightRig = LightRig(rig = "morning", dir = "t")
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.