Skip to content

Commit

Permalink
Merge pull request #3477 from AnalyticalGraphicsInc/3d-tiles-sandcast…
Browse files Browse the repository at this point in the history
…le-relative-paths

Use relative paths in 3d tiles sandcastle
  • Loading branch information
pjcozzi committed Jan 27, 2016
2 parents f8a2742 + f4c0043 commit 5d4e417
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Apps/Sandcastle/gallery/3D Tiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
scene.fog.enabled = false;
scene.debugShowFramesPerSecond = true;

var tilesetUrl = 'http://localhost:8080/Specs/Data/Cesium3DTiles/Tilesets/Tileset/';
var batchedUrl = 'http://localhost:8080/Specs/Data/Cesium3DTiles/Batched/BatchedWithBatchTable/';
var instancedUrl = 'http://localhost:8080/Specs/Data/Cesium3DTiles/Instanced/InstancedWithBatchTable/';
var compositeUrl = 'http://localhost:8080/Specs/Data/Cesium3DTiles/Composite/Composite/';
var pointsUrl = 'http://localhost:8080/Specs/Data/Cesium3DTiles/Points/Points/';
var tilesetUrl = '../../../Specs/Data/Cesium3DTiles/Tilesets/Tileset/';
var batchedUrl = '../../../Specs/Data/Cesium3DTiles/Batched/BatchedWithBatchTable/';
var instancedUrl = '../../../Specs/Data/Cesium3DTiles/Instanced/InstancedWithBatchTable/';
var compositeUrl = '../../../Specs/Data/Cesium3DTiles/Composite/Composite/';
var pointsUrl = '../../../Specs/Data/Cesium3DTiles/Points/Points/';

var tileset;

Expand Down

0 comments on commit 5d4e417

Please # to comment.