Skip to content

Commit

Permalink
Update demos
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed Jul 6, 2024
1 parent a15470d commit 819f804
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/ionExample.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta charset="utf-8"/>

<title>3D Tiles Renderer Options Example</title>
<title>3D Tiles Renderer Cesium Ion Integration Example</title>

<style>
* {
Expand Down
15 changes: 13 additions & 2 deletions example/metadata.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta charset="utf-8"/>

<title>3D Tiles Renderer Metadata</title>
<title>3D Tiles Renderer Metadata Example</title>

<style>
* {
Expand Down Expand Up @@ -45,6 +45,12 @@

}

#info, #info a {

white-space: initial;
color: white;
}

#meshFeatures:empty, #structuralMetadata:empty {

display: none;
Expand All @@ -55,7 +61,12 @@
</head>
<body>
<div id="container">
<div><div id="info">Demonstration of the Mesh Features and<br/>Structural Metadata glTF extensions.</div></div>
<div><div id="info">
Demonstration of the Mesh Features and
<br/>
Structural Metadata glTF extensions.
<br/>
See <a href="https://github.com/CesiumGS/cesium/blob/main/packages/engine/Source/Core/Ion.js#L6-L7">Cesium repo</a> for demo API key.</div></div>
<div><div id="meshFeatures"></div></div>
<div><div id="structuralMetadata"></div></div>
</div>
Expand Down

0 comments on commit 819f804

Please sign in to comment.