1 Star 0 Fork 1

Channing/glTF-Sample-Viewer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
styles.css 735 Bytes
一键复制 编辑 原始数据 按行查看 历史
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
background: rgb(51, 51, 51);
}
#canvas {
width: 100%;
margin: 0px;
height: 100%;
background: rgb(51, 51, 51);
}
.dg li.gui-stats:not(.folder) {
height: 48px;
}
select {
width: 169px;
}
#gltf-rv-model-spinner {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
border: 16px solid #f3f3f3;
pointer-events: none;
border-top: 16px solid #86C540;
border-radius: 50%;
width: 100px;
height: 100px;
animation: spin 1s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ChanningLua/glTF-Sample-Viewer.git
git@gitee.com:ChanningLua/glTF-Sample-Viewer.git
ChanningLua
glTF-Sample-Viewer
glTF-Sample-Viewer
master

搜索帮助