From b0109133c0af3f95370177192ba1c25fa87f7ff5 Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Fri, 11 Mar 2016 22:02:49 -0800 Subject: [PATCH] add git handle --- examples/data_visualization/photo_sphere.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/data_visualization/photo_sphere.js b/examples/data_visualization/photo_sphere.js index 8ea599d4f9..d8be423bd7 100644 --- a/examples/data_visualization/photo_sphere.js +++ b/examples/data_visualization/photo_sphere.js @@ -1,6 +1,6 @@ // photo_sphere.js // -// Created by James B. Pollack on 3/11/2015 +// Created by James B. Pollack @imgntn on 3/11/2015 // Copyright 2016 High Fidelity, Inc. // // This script creates a photo sphere around you. @@ -18,7 +18,7 @@ var MODEL_URL = 'http://hifi-content.s3.amazonaws.com/james/projection_objects/p function createPhotoSphere() { var textureString = 'photo:"' + url + '"' - print('ADDING TEXTURE:: ' + textureString); + var properties = { type: 'Model', modelURL: MODEL_URL,