-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c3a523f
commit 35fcaac
Showing
2,286 changed files
with
6,846 additions
and
0 deletions.
There are no files selected for viewing
42 changes: 42 additions & 0 deletions
42
project/drone/westerly-creek-stanley-marketplace/23rd_Avenue_West/data.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
var APP_DATA = { | ||
"scenes": [ | ||
{ | ||
"id": "0-23rd-avenue-west", | ||
"name": "23rd Avenue West", | ||
"levels": [ | ||
{ | ||
"tileSize": 256, | ||
"size": 256, | ||
"fallbackOnly": true | ||
}, | ||
{ | ||
"tileSize": 512, | ||
"size": 512 | ||
}, | ||
{ | ||
"tileSize": 512, | ||
"size": 1024 | ||
}, | ||
{ | ||
"tileSize": 512, | ||
"size": 2048 | ||
} | ||
], | ||
"faceSize": 2048, | ||
"initialViewParameters": { | ||
"yaw": 0.534926061864617, | ||
"pitch": 0.5740418115152082, | ||
"fov": 1.3518235013090278 | ||
}, | ||
"linkHotspots": [], | ||
"infoHotspots": [] | ||
} | ||
], | ||
"name": "23rd Avenue West", | ||
"settings": { | ||
"mouseViewMode": "drag", | ||
"autorotateEnabled": false, | ||
"fullscreenButton": false, | ||
"viewControlButtons": false | ||
} | ||
}; |
Binary file added
BIN
+2.04 KB
project/drone/westerly-creek-stanley-marketplace/23rd_Avenue_West/img/close.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.36 KB
project/drone/westerly-creek-stanley-marketplace/23rd_Avenue_West/img/collapse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.56 KB
project/drone/westerly-creek-stanley-marketplace/23rd_Avenue_West/img/down.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.38 KB
project/drone/westerly-creek-stanley-marketplace/23rd_Avenue_West/img/expand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.48 KB
...ct/drone/westerly-creek-stanley-marketplace/23rd_Avenue_West/img/fullscreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.96 KB
project/drone/westerly-creek-stanley-marketplace/23rd_Avenue_West/img/info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.69 KB
project/drone/westerly-creek-stanley-marketplace/23rd_Avenue_West/img/left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+16.4 KB
project/drone/westerly-creek-stanley-marketplace/23rd_Avenue_West/img/link.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.1 KB
project/drone/westerly-creek-stanley-marketplace/23rd_Avenue_West/img/minus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.89 KB
project/drone/westerly-creek-stanley-marketplace/23rd_Avenue_West/img/pause.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.94 KB
project/drone/westerly-creek-stanley-marketplace/23rd_Avenue_West/img/play.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.22 KB
project/drone/westerly-creek-stanley-marketplace/23rd_Avenue_West/img/plus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.6 KB
project/drone/westerly-creek-stanley-marketplace/23rd_Avenue_West/img/right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.5 KB
project/drone/westerly-creek-stanley-marketplace/23rd_Avenue_West/img/up.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.52 KB
project/drone/westerly-creek-stanley-marketplace/23rd_Avenue_West/img/windowed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
71 changes: 71 additions & 0 deletions
71
project/drone/westerly-creek-stanley-marketplace/23rd_Avenue_West/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>23rd Avenue West</title> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui" /> | ||
<style> @-ms-viewport { width: device-width; } </style> | ||
<link rel="stylesheet" href="vendor/reset.min.css"> | ||
<link rel="stylesheet" href="style.css"> | ||
</head> | ||
<body class="single-scene "> | ||
|
||
<div id="pano"></div> | ||
|
||
<div id="sceneList"> | ||
<ul class="scenes"> | ||
|
||
<a href="javascript:void(0)" class="scene" data-id="0-23rd-avenue-west"> | ||
<li class="text">23rd Avenue West</li> | ||
</a> | ||
|
||
</ul> | ||
</div> | ||
|
||
<div id="titleBar"> | ||
<h1 class="sceneName"></h1> | ||
</div> | ||
|
||
<a href="javascript:void(0)" id="autorotateToggle"> | ||
<img class="icon off" src="img/play.png"> | ||
<img class="icon on" src="img/pause.png"> | ||
</a> | ||
|
||
<a href="javascript:void(0)" id="fullscreenToggle"> | ||
<img class="icon off" src="img/fullscreen.png"> | ||
<img class="icon on" src="img/windowed.png"> | ||
</a> | ||
|
||
<a href="javascript:void(0)" id="sceneListToggle"> | ||
<img class="icon off" src="img/expand.png"> | ||
<img class="icon on" src="img/collapse.png"> | ||
</a> | ||
|
||
<a href="javascript:void(0)" id="viewUp" class="viewControlButton viewControlButton-1"> | ||
<img class="icon" src="img/up.png"> | ||
</a> | ||
<a href="javascript:void(0)" id="viewDown" class="viewControlButton viewControlButton-2"> | ||
<img class="icon" src="img/down.png"> | ||
</a> | ||
<a href="javascript:void(0)" id="viewLeft" class="viewControlButton viewControlButton-3"> | ||
<img class="icon" src="img/left.png"> | ||
</a> | ||
<a href="javascript:void(0)" id="viewRight" class="viewControlButton viewControlButton-4"> | ||
<img class="icon" src="img/right.png"> | ||
</a> | ||
<a href="javascript:void(0)" id="viewIn" class="viewControlButton viewControlButton-5"> | ||
<img class="icon" src="img/plus.png"> | ||
</a> | ||
<a href="javascript:void(0)" id="viewOut" class="viewControlButton viewControlButton-6"> | ||
<img class="icon" src="img/minus.png"> | ||
</a> | ||
|
||
<script src="vendor/screenfull.min.js" ></script> | ||
<script src="vendor/bowser.min.js" ></script> | ||
<script src="vendor/marzipano.js" ></script> | ||
|
||
<script src="data.js"></script> | ||
<script src="index.js"></script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.