mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 06:38:29 +02:00
add git handle
This commit is contained in:
parent
cecebc9ae4
commit
b0109133c0
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
// photo_sphere.js
|
// 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.
|
// Copyright 2016 High Fidelity, Inc.
|
||||||
//
|
//
|
||||||
// This script creates a photo sphere around you.
|
// 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() {
|
function createPhotoSphere() {
|
||||||
|
|
||||||
var textureString = 'photo:"' + url + '"'
|
var textureString = 'photo:"' + url + '"'
|
||||||
print('ADDING TEXTURE:: ' + textureString);
|
|
||||||
var properties = {
|
var properties = {
|
||||||
type: 'Model',
|
type: 'Model',
|
||||||
modelURL: MODEL_URL,
|
modelURL: MODEL_URL,
|
||||||
|
|
Loading…
Reference in a new issue