Skip to content

Commit

Permalink
Merge pull request #6367 from AnalyticalGraphicsInc/fix-6366
Browse files Browse the repository at this point in the history
Fix terrain clipping planes sandcastle example
  • Loading branch information
mramato authored Mar 24, 2018
2 parents 4e5f847 + c8f4a5b commit b9e8138
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Apps/Sandcastle/gallery/Terrain Clipping Planes.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@
<script type="text/javascript" src="../Sandcastle-header.js"></script>
<script type="text/javascript" src="../../../ThirdParty/requirejs-2.1.20/require.js"></script>
<script type="text/javascript">
require.config({
baseUrl : '../../../Source',
waitSeconds : 60
});
if(typeof require === "function") {
require.config({
baseUrl : '../../../Source',
waitSeconds : 120
});
}
</script>
</head>
<body class="sandcastle-loading" data-sandcastle-bucket="bucket-requirejs.html">
Expand Down Expand Up @@ -69,7 +71,6 @@

function reset() {
viewer.entities.removeAll();
viewer.scene.primitives.removeAll();
}

function loadCesiumMan() {
Expand Down

0 comments on commit b9e8138

Please sign in to comment.