showtree | R Documentation |
glTF files contain nodes corresponding to objects and groups of objects in 3D scenes. They must be a tree or forest: a node can only have zero or one parent. This function displays that structure, or the similar structure for rglscene objects.
showtree(x, ...)
## S3 method for class 'gltf'
showtree(x, ...)
## S3 method for class 'rglscene'
showtree(x, transform = FALSE, ...)
x |
A |
transform |
Whether to show the transform associated with a subscene. |
... |
Additional arguments, currently unused. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.