ashake 0.0.0.9000
  • Reference

ashake

Shake2show component for aframer

Installation

# install.packages("devtools")
devtools::install_github("JohnCoene/ashake")

Example

This is a basic example which shows you how to solve a common problem:

library(aframer)
library(ashake)

embed_aframe(
  a_scene(
    a_dependency(),
    ashake_dependency(),
    a_entity(
      shake2show = NA,
      visible = "false",
      a_box(
        position = xyz_aframe(0, 1, 3),
        color = "black"
      )
    ),
    a_entity(
      camera = NA,
      `look-controls` = NA
    )
  )
)

Links

  • Report a bug at
    https://​github.com/​JohnCoene/​ashake/​issues

License

  • Full license
  • MIT + file LICENSE

Developers

  • John Coene
    Author, maintainer

Developed by John Coene.

Site built with pkgdown.