Skip to content

Commit

Permalink
added grp component, aabb uses grp for select
Browse files Browse the repository at this point in the history
  • Loading branch information
disasteroftheuniverse committed Jan 2, 2020
1 parent ca9b102 commit 5597f3a
Show file tree
Hide file tree
Showing 4 changed files with 225 additions and 166 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ ignore
.vscode/*
*.vscode*
*bundle.sh*
*.LICENSE*
*.LICENSE*

*hands.0*.m*
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ require('./src/components/aframe-google-poly');
require('./src/components/aframe-portals');

require('./src/components/aframe-oculus-quest-hands');
require('./src/components/aframe-oculus-quest-haptics');
//require('./src/components/aframe-oculus-quest-haptics');
//require('./src/components/hands');

0 comments on commit 5597f3a

Please sign in to comment.