Skip to content

Commit 475d074

Browse files
authored
Examples: move all three.js examples to a /three folder (#1391)
* Move all files to /three * Update examples folders
1 parent dbbb718 commit 475d074

60 files changed

Lines changed: 62 additions & 62 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 20 additions & 20 deletions

TESTCASES.md

Lines changed: 9 additions & 9 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8"/>
66

77
<title>3D Tiles Renderer Batch Example</title>
8-
<link rel="stylesheet" href="./styles.css">
8+
<link rel="stylesheet" href="../styles.css">
99
<style>
1010
#hover-info {
1111
color: white;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8"/>
66

77
<title>3D Tiles Renderer Composite Format Example</title>
8-
<link rel="stylesheet" href="./styles.css">
8+
<link rel="stylesheet" href="../styles.css">
99
</head>
1010
<body>
1111
<script src="./cmptExample.js" type="module"></script>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8"/>
66

77
<title>3D Tiles Renderer Material Example</title>
8-
<link rel="stylesheet" href="./styles.css">
8+
<link rel="stylesheet" href="../styles.css">
99
</head>
1010
<body>
1111
<script src="./customMaterial.js" type="module"></script>

0 commit comments

Comments
 (0)