Skip to content

Commit

Permalink
fix: update directories in examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhouston committed Jun 26, 2020
1 parent 962a4a9 commit d928c8c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/gettingstarted/01_triangle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Threeify - Getting Started - 1 Triangle</title>
<script type="module" src="/dist/examples/gettingstarted/1_triangle/index.js"></script>
<script type="module" src="/dist/examples/gettingstarted/01_triangle/index.js"></script>
</head>
<body></body>
</html>
2 changes: 1 addition & 1 deletion examples/gettingstarted/02_animatedUniforms/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Threeify - Getting Started - 2 Animated Uniforms</title>
<script type="module" src="/dist/examples/gettingstarted/2_animatedUniforms/index.js"></script>
<script type="module" src="/dist/examples/gettingstarted/02_animatedUniforms/index.js"></script>
</head>
<body></body>
</html>
2 changes: 1 addition & 1 deletion examples/gettingstarted/03_texturedPlane/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Threeify - Getting Started - 3 Textured Plane</title>
<script type="module" src="/dist/examples/gettingstarted/3_texturedPlane/index.js"></script>
<script type="module" src="/dist/examples/gettingstarted/03_texturedPlane/index.js"></script>
</head>
<body></body>
</html>
2 changes: 1 addition & 1 deletion examples/gettingstarted/04_lambertCube/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Threeify - Getting Started - 4 Lambert Cube</title>
<script type="module" src="/dist/examples/gettingstarted/4_lambertCube/index.js"></script>
<script type="module" src="/dist/examples/gettingstarted/04_lambertCube/index.js"></script>
</head>
<body></body>
</html>
2 changes: 1 addition & 1 deletion examples/gettingstarted/05_reflectivePolyhedral/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Threeify - Getting Started - 5 Reflective Polyhedral</title>
<script type="module" src="/dist/examples/gettingstarted/5_reflectivePolyhedral/index.js"></script>
<script type="module" src="/dist/examples/gettingstarted/05_reflectivePolyhedral/index.js"></script>
</head>
<body></body>
</html>
2 changes: 1 addition & 1 deletion examples/gettingstarted/06_interleavedBuffers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Threeify - Getting Started - 6 Interleaved Buffers</title>
<script type="module" src="/dist/examples/gettingstarted/6_interleavedBuffers/index.js"></script>
<script type="module" src="/dist/examples/gettingstarted/06_interleavedBuffers/index.js"></script>
</head>
<body></body>
</html>
2 changes: 1 addition & 1 deletion examples/gettingstarted/07_metallicRoughness/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Threeify - Getting Started - 7 Metallic Roughness</title>
<script type="module" src="/dist/examples/gettingstarted/7_metallicRoughness/index.js"></script>
<script type="module" src="/dist/examples/gettingstarted/07_metallicRoughness/index.js"></script>
</head>
<body></body>
</html>
2 changes: 1 addition & 1 deletion examples/gettingstarted/08_orthographic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Threeify - Getting Started - 8 Orrthographic</title>
<script type="module" src="/dist/examples/gettingstarted/8_orthographic/index.js"></script>
<script type="module" src="/dist/examples/gettingstarted/08_orthographic/index.js"></script>
</head>
<body></body>
</html>
2 changes: 1 addition & 1 deletion examples/gettingstarted/09_hdr/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Threeify - Getting Started - 9 High Dynamic Range</title>
<script type="module" src="/dist/examples/gettingstarted/9_hdr/index.js"></script>
<script type="module" src="/dist/examples/gettingstarted/09_hdr/index.js"></script>
</head>
<body></body>
</html>

0 comments on commit d928c8c

Please sign in to comment.