Skip to content

Commit

Permalink
Merge pull request #10 from Quinnan-Gill/natively
Browse files Browse the repository at this point in the history
Added native libraries (decr latency)
  • Loading branch information
Quinnan-Gill authored Mar 19, 2019
2 parents 3fcc83d + 0c577a2 commit 4606869
Show file tree
Hide file tree
Showing 20 changed files with 864 additions and 24 deletions.
12 changes: 6 additions & 6 deletions _site/atlas.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<meta name="description" content="ATLAS Panorama Webpage - A-Frame"/>
<link rel="icon" type="image/png" href="logo/cern_logo.png"/>

<script src="https://aframe.io/releases/0.5.0/aframe.min.js"></script>
<script src="https://npmcdn.com/aframe-animation-component@3.0.1"></script>
<script src="https://npmcdn.com/aframe-event-set-component@3.0.1"></script>
<script src="https://npmcdn.com/aframe-layout-component@3.0.1"></script>
<script src="https://npmcdn.com/aframe-template-component@3.1.1"></script>
<script src="vendor/aframe/aframe.min.js"></script>
<script src="vendor/aframe/aframe-animation-component.min.js"></script>
<script src="vendor/aframe/aframe-event-set-component.min.js"></script>
<script src="vendor/aframe/aframe-layout-component.min.js"></script>
<script src="vendor/aframe/aframe-template-component.min.js"></script>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="vendor/ajax/jquery.js"></script>

<link rel="stylesheet" type="text/css" href="css/load.css"/>

Expand Down
12 changes: 6 additions & 6 deletions _site/cms.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<meta name="description" content="ATLAS Panorama Webpage - A-Frame"/>
<link rel="icon" type="image/png" href="logo/cern_logo.png"/>

<script src="https://aframe.io/releases/0.5.0/aframe.min.js"></script>
<script src="https://npmcdn.com/aframe-animation-component@3.0.1"></script>
<script src="https://npmcdn.com/aframe-event-set-component@3.0.1"></script>
<script src="https://npmcdn.com/aframe-layout-component@3.0.1"></script>
<script src="https://npmcdn.com/aframe-template-component@3.1.1"></script>
<script src="vendor/aframe/aframe.min.js"></script>
<script src="vendor/aframe/aframe-animation-component.min.js"></script>
<script src="vendor/aframe/aframe-event-set-component.min.js"></script>
<script src="vendor/aframe/aframe-layout-component.min.js"></script>
<script src="vendor/aframe/aframe-template-component.min.js"></script>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="vendor/ajax/jquery.js"></script>

<link rel="stylesheet" type="text/css" href="css/load.css"/>

Expand Down
1 change: 1 addition & 0 deletions _site/vendor/aframe/aframe-animation-component.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions _site/vendor/aframe/aframe-event-set-component.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions _site/vendor/aframe/aframe-layout-component.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4606869

Please sign in to comment.