1 Star 1 Fork 0

轻飘yyf/infinitown2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 2.53 KB
一键复制 编辑 原始数据 按行查看 历史
Khanh Luu 提交于 2020-06-27 01:25 . update buttons
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>INFINITOWN</title>
<link href="https://fonts.googleapis.com/css2?family=Dosis:wght@500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="main.css">
</head>
<body>
<button id='about-button'></button>
<div id="about" class="">
<div class="popup">
<div class="inner">
<h1>Infinitown</h1>
<div class="description">
<p>This demo is an attempt to experiment WebGL with THREE.js library. Its intention is to create
a procedural city that feels alive and is fun
to watch</p>
<p>This is highly inspired by this orignal demo <a target="_blank"
href='https://demos.littleworkshop.fr/infinitown'>INFINITOWN</a></p>
<p>Made with: Three.js <br>Models by VenCreations.</p>
</div>
<div class="footer">
<p class="small">
Made by <a target="_blank" href="https://kkhanhluu.github.io/">Khanh Luu</a>, a web
developer based in
Darmstadt, who enjoys and is interested in building web applications. <a target="_blank"
href="https://kkhanhluu.github.io/">Get in touch</a>.
</p>
</div>
<div class="close" id="about-close"></div>
</div>
</div>
</div>
<canvas style="width: 100vw; height: 100vh" id="c"></canvas>
<script type="text/javascript" src="js/three.js"></script>
<!-- <script type="text/javascript" src="js/MapControls.js"></script> -->
<!-- <script type="text/javascript" src="js/inflate.min.js"></script> -->
<script type="text/javascript" src="js/stats.min.js"></script>
<script type="text/javascript" src="js/GLTFLoader.js"></script>
<script type="text/javascript" src="js/OrbitControls.js"></script>
<script type="text/javascript" src="js/RGBELoader.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script>
</script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yyf994/infinitown2.git
git@gitee.com:yyf994/infinitown2.git
yyf994
infinitown2
infinitown2
master

搜索帮助