Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
Merge pull request #30 from AltspaceVR/feature/n-skeleton-joint
Browse files Browse the repository at this point in the history
Skeleton and cockpit parenting components
  • Loading branch information
brianpeiris authored Feb 17, 2017
2 parents a06a90c + 572ead8 commit 827eeaa
Show file tree
Hide file tree
Showing 67 changed files with 20,716 additions and 589 deletions.
20 changes: 20 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"extends": "eslint:recommended",
"plugins": [
"html"
],
"env": {
"browser": true,
"commonjs": true
},
"globals": {
"THREE": true,
"altspace": true,
"AFRAME": true,
"Promise": true
},
"rules": {
"indent": ["error", "tab", {"SwitchCase": 1}],
"no-console": 0
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This is a fully functional example of what A-Frame code looks like.
<!DOCTYPE html>
<html><head>
<script src="https://aframe.io/releases/0.3.0/aframe.min.js"></script>
<script src="https://cdn.rawgit.com/AltspaceVR/aframe-altspace-component/v1.3.2/dist/aframe-altspace-component.min.js"></script>
<script src="https://cdn.rawgit.com/AltspaceVR/aframe-altspace-component/v1.4.0/dist/aframe-altspace-component.min.js"></script>
<script>
// an example custom component, that will change the color when clicked
Expand Down
Loading

0 comments on commit 827eeaa

Please sign in to comment.