Skip to content

Instantly share code, notes, and snippets.

View vrjump's full-sized avatar

Ruben Artus vrjump

View GitHub Profile
/**
* Beispiel für eine simple A-Frame Komponente
*/
AFRAME.aframeCore.registerComponent('randomator', {
schema: {
threshold: { default: 1.0 },
nervous: { default: false }
},
/**