Update photo_sphere.js

This commit is contained in:
James B. Pollack 2016-03-12 16:01:10 -08:00
parent b0109133c0
commit 96bc17cd5e

View file

@ -8,7 +8,7 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
var photoSphere, light;;
var photoSphere, light;
//equirectangular
var url = 'http://hifi-content.s3.amazonaws.com/james/projection_objects/IMG_9167.JPG';
@ -57,4 +57,4 @@ function cleanup() {
Script.scriptEnding.connect(cleanup);
createPhotoSphere();
createLight();
createLight();