Skip to content

📦 shake2show for aframer

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

JohnCoene/ashake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

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

About

📦 shake2show for aframer

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published