primitives: Primitives

Description Usage Arguments See Also Examples

Description

All aframe primitives.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61

Arguments

primitive

The primitive, excluding a-.

opts

A list of options.

...

Any aframe element or named options.

See Also

a_scene and a_line

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
x <- a_primitive("box", list(color = "red"))
y <- a_box(color = "red")

identical(x, y)

embed_aframe(
  a_scene(
    a_dep(),
    a_box(
      position = "-1 0.5 -3",
      rotation = "0 45 0",
      color = "#4CC3D9"
    )
  )
)

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