1 Star 0 Fork 34

zhishiqu/gis-shadertoy-fluid

forked from m3d/gis-shadertoy-fluid 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
m3d 提交于 2024-07-12 21:55 . init
<!DOCTYPE html>
<head>
<title>Cesium for ShaderToy(Fluid)</title>
<!-- Use correct character set. -->
<meta charset="utf-8" />
<!-- Tell IE to use the latest, best version. -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Make the application on mobile take up the full browser screen and disable user scaling. -->
<meta name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css" rel="stylesheet">
<link href="https://cesium.com/downloads/cesiumjs/releases/1.119/Build/Cesium/Widgets/widgets.css" rel="stylesheet">
<script type="text/javascript"
src="https://cesium.com/downloads/cesiumjs/releases/1.119/Build/Cesium/Cesium.js"></script>
<script type="text/javascript" src="./Static/dat.gui.min.js"></script>
<style>
html,
body,
#sceneContainer {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
background: #000;
}
.cesium-performanceDisplay-defaultContainer {
left: 10px;
right: auto;
}
</style>
</head>
<body>
<div id="sceneContainer"></div>
<script src="./index.js"></script>
</body>
</body>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zhishiqu/gis-shadertoy-fluid.git
[email protected]:zhishiqu/gis-shadertoy-fluid.git
zhishiqu
gis-shadertoy-fluid
gis-shadertoy-fluid
master

搜索帮助