Description Usage Arguments Details Examples
Set aframe scene.
1 2 3 4 5 |
... |
Any |
version |
Version of aframe to source, see details. |
cdn |
Set to |
Available versions:
0.5.0
0.6.0
0.7.0
0.8.0
0.8.2
1 2 3 4 5 6 7 8 9 10 | scene <- a_scene(
a_dependency(),
a_box(
position = xyz_aframe(0, 1, 0),
color = "blue"
)
)
if(interactive())
browse_aframe(scene)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.