Skip to content

Instantly share code, notes, and snippets.

@kkucharc
kkucharc / hovered_menu_item.js
Last active February 2, 2018 10:08
WebVRExperience A-frame component
import * as AFRAME from "aframe";
AFRAME.registerComponent('hovered_menu_item', {
schema: {
position_down: {default: {x: 0, y: 0, z: 0}},
position_up: {default: {x: 0, y: 0, z: 0.1}},
color_down: {default: "#b4d1ff"},
color_up: {default: "#FFFFFF"},
},
init: function () {