Skip to content

Commit

Permalink
Update Sandcastle
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Sep 11, 2017
1 parent 859243d commit ac6be75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Apps/Sandcastle/gallery/3D Tiles Point Cloud.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
</style>
<div id="cesiumContainer" class="fullSize"></div>
<div id="loadingOverlay"><h1>Loading...</h1></div>
<div id="toolbar">
<script id="cesium_sandcastle_script">
function startup(Cesium) {
'use strict';
Expand All @@ -40,6 +41,10 @@
}).otherwise(function(error) {
throw(error);
});

Sandcastle.addToggleButton('Attenuation', tileset.pointAttenuation, function(value) {
tileset.pointAttenuation = value;
});
//Sandcastle_End
Sandcastle.finishedLoading();
}
Expand Down

0 comments on commit ac6be75

Please sign in to comment.