a_line: Line

Description Usage Arguments Examples

View source: R/extras.R

Description

Add a line.

Usage

1

Arguments

start, end

Start and end of line.

...

Any aframe element or named options.

Examples

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")
  )
)

JohnCoene/aframer documentation built on March 10, 2020, 1:32 p.m.