mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
Update photo_sphere.js
This commit is contained in:
parent
b0109133c0
commit
96bc17cd5e
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue