codepens/toon-fire-shader/dist/index.html

18 lines
497 B
HTML

<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>CodePen - Toon Fire Shader</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<div id="world"></div>
<!-- partial -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/three.js/r120/three.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/dat-gui/0.7.7/dat.gui.min.js'></script><script type="module" src="./script.js"></script>
</body>
</html>