Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinnan-Gill authored Mar 5, 2019
2 parents f9a9720 + 03e7ee5 commit 3fcc83d
Show file tree
Hide file tree
Showing 37 changed files with 10 additions and 5 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,11 @@ The project uses the WebVR Framework A-Frame. Which makes 3D images accessible i

## Usage
* Use a [WebVR-enabled browser](https://webvr.rocks/)
* Go to https://quinnan-gill.github.io/lhc-panoramas/
* Go to https://HEPPanoramic.github.io/lhc-panoramas/
* Explore the ATLAS facilities

Author: [email protected]
Contributor: Quinnan Gill

Images credits: M. Brice

7 changes: 3 additions & 4 deletions components/set-image.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,16 @@ AFRAME.registerComponent('set-image', {
var data = this.data;
var el = this.el;

this.setupFadeAnimation();
//this.setupFadeAnimation();

el.addEventListener(data.on, function () {
// Fade out image.
data.target.emit('set-image-fade');
//data.target.emit('set-image-fade');
// Wait for fade to complete.

setTimeout(function () {
// Set image.
data.target.setAttribute('material', 'src', data.src);
console.log("---------------------");
console.log(data.src);
}, data.dur);
});
},
Expand Down
Binary file added img/0pOgmYSEETO5_equirectangular_2048.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/0pOgmYSEETO5_equirectangular_4096.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/1102319_02_2048.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/1102319_02_4096.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/1102319_03_2048.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/1102319_03_4096.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/1cvTuu1MUXmS_equirectangular_2048.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/1cvTuu1MUXmS_equirectangular_4096.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/CMS_equirectangular_16384.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/CMS_equirectangular_2048.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/CMS_equirectangular_4096.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Jl1MSV90aJ1L_equirectangular_2048.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Jl1MSV90aJ1L_equirectangular_4096.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/MA278252_Panorama_4096.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/MA27852_Panorama_2048.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/MA27852_Panorama_4096.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/MA27860_Panorama_2048.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/MA27860_Panorama_4096.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/_MA27720Panorama.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/_MA28252Panorama.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/_MA28452Panorama.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/atlas0-thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/atlas1-thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/atlas2-thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/cavern_atlas_level_1_4096.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/cavern_atlas_level_9_4096.jpg
Binary file added img/cms-aframe.png
Binary file added img/cms0_thumb.jpg
Binary file added img/cms1_thumb.jpg
Binary file added img/cms2_thumb.jpg
Binary file added img/cms3_thumb.jpg
Binary file added img/lhc1_thumb.jpg
Binary file added img/lhc2_thumb.jpg
Binary file added img/p50_thumb.jpg
Binary file added img/p51_thumb.jpg

0 comments on commit 3fcc83d

Please sign in to comment.