Skip to content

Instantly share code, notes, and snippets.

@neuman
Last active August 29, 2015 14:07
Show Gist options
  • Save neuman/4f66cc4891e9d9465483 to your computer and use it in GitHub Desktop.
Save neuman/4f66cc4891e9d9465483 to your computer and use it in GitHub Desktop.
tours
{
"initial_id":"alpha",
"spheres":[
{
"id":"alpha",
"title":"dining",
"projection_image_url":"https://s3.amazonaws.com/projectastraltours/highgarden/dining_4096.jpg",
"width":4096,
"height":2048,
"doors":[
{
"target_id":"beta",
"x":3000,
"y":1000
}
]
},
{
"id":"beta",
"title":"lounge",
"projection_image_url":"https://s3.amazonaws.com/projectastraltours/highgarden/lounge_9096.jpg",
"width":4096,
"height":2048,
"doors":[
{
"target_id":"alpha",
"x":1920,
"y":1000
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment