2 Star 6 Fork 1

李钟意讲前端 / threejs-1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 753 Bytes
一键复制 编辑 原始数据 按行查看 历史
什么 提交于 2023-08-27 20:17 . feat: 动态切换
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>three.js</title>
</head>
<body>
<canvas id="app"></canvas>
<div
id="progress-container"
style="
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1000;
display: none;
"
>
<div
id="progress-bar"
style="background: #0a74da; width: 0%; height: 20px"
></div>
<p id="loading-text">正在加载模型 0%</p>
</div>
<script type="module" src="/main.js"></script>
</body>
</html>
1
https://gitee.com/fe521/threejs-1.git
git@gitee.com:fe521/threejs-1.git
fe521
threejs-1
threejs-1
main

搜索帮助