environment: Environment

Description Usage Arguments Details Note See Also Examples

Description

Add environment

Usage

1
2
3
4
5

Arguments

...

any aframer components.

version

Version to pass to a_scene.

cdn

Wether to use local of CDN for source files.

Details

Valid preset:

Note

Source a_dependency before aenvironment_dependency.

See Also

official documentation.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
library(aframer)

browse_aframe(
  a_scene(
    a_dependency(),
    aenvironment_dependency(),
    a_environment(
      environment = aframer::opts_aframe(
        preset = "forest"
      )
    )
  )
)

JohnCoene/aenvironment documentation built on May 24, 2019, 9:52 a.m.