Description Usage Arguments Examples
Add a line.
1 |
start, end |
Start and end of line. |
... |
Any aframe element or named options. |
1 2 3 4 5 6 7 | browse_aframe(
a_scene(
a_dep(),
a_line("0, 1, 0", "2 0 -5", color = "blue"),
a_line(" 0 2 0", " 3 0 -4", color = "red")
)
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.