Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
wzdong26 committed Apr 7, 2024
1 parent 71d59bb commit 985a3aa
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 22 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/assets/editor-CZ8K9H02.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/assets/editor-CajbHmVC.css

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/assets/main-CMb5YeQc.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/assets/main-CMb5YeQc.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions docs/assets/main-Cv_aMO5p.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/assets/main-Cv_aMO5p.js.map

This file was deleted.

19 changes: 12 additions & 7 deletions docs/editor/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">

<head>
<meta charset="utf-8">
Expand All @@ -8,9 +8,9 @@
<meta name="author" content="wzdong" />
<meta name="description" content="glTF 2.0 3D Model Preview Editor." />
<link rel="icon" type="image/ico" href="../favicon.ico" />
<script type="module" crossorigin src="../assets/editor-D3lhLv5T.js"></script>
<link rel="modulepreload" crossorigin href="../assets/ViewerConfigurator-B0eX2zaD.js">
<link rel="stylesheet" crossorigin href="../assets/editor-CajbHmVC.css">
<script type="module" crossorigin src="../assets/editor-D3MbvD2v.js"></script>
<link rel="modulepreload" crossorigin href="../assets/ViewerConfigurator-CJsjDztE.js">
<link rel="stylesheet" crossorigin href="../assets/editor-CZ8K9H02.css">
</head>

<body>
Expand All @@ -22,8 +22,7 @@
<div class="url-recommend" hidden>
<h4>Recommend: </h4>
<ul>
<li>/loading/scene.gltf</li>
<li>https://wzdong26.github.io/assets/3d/3d-sh/ShTvTower.gltf</li>
<li>https://wzdong26.github.io/gltf-display/loading/scene.gltf</li>
<li>https://threejs.org/examples/models/gltf/RobotExpressive/RobotExpressive.glb</li>
<li>https://threejs.org/examples/models/gltf/LittlestTokyo.glb</li>
<li>https://threejs.org/examples/models/gltf/Soldier.glb</li>
Expand All @@ -34,9 +33,15 @@ <h4>Recommend: </h4>
<input id="fileInput" hidden type="file" accept=".gltf,.glb" placeholder="Upload glTF(.glb/.gltf)" />
</form>
<div class="loading" hidden>
<iframe title="loading" src="../?model=./loading/scene.gltf&rotate=30"></iframe>
<iframe title="loading" src="../?src=./loading/scene.gltf&rotate=30"></iframe>
<div class="progress"></div>
</div>
<div style="position: fixed; bottom: .3rem; width: 100%; text-align: center;">
<a href="https://github.com/wzdong26/gltf-display/">
<img style="width: 1em; margin-right: .1rem;" src="https://github.githubassets.com/pinned-octocat.svg"
alt="">GitHub
</a>
</div>
</body>

</html>
Loading

0 comments on commit 985a3aa

Please sign in to comment.