|
@@ -5,17 +5,14 @@
|
|
<title>Babylon.js Playground</title>
|
|
<title>Babylon.js Playground</title>
|
|
<meta charset='utf-8' />
|
|
<meta charset='utf-8' />
|
|
<meta name="viewport" content="width=device-width, user-scalable=no">
|
|
<meta name="viewport" content="width=device-width, user-scalable=no">
|
|
|
|
+ <meta name="description" content="Babylon.js playground is a live editor for Babylon.js WebGL scenes">
|
|
|
|
+ <meta name="keywords" content="Babylon.js,WebGL,3D">
|
|
<link rel="shortcut icon" href="https://www.babylonjs.com/favicon.ico">
|
|
<link rel="shortcut icon" href="https://www.babylonjs.com/favicon.ico">
|
|
|
|
|
|
<link rel="stylesheet" href="https://use.typekit.net/cta4xsb.css" />
|
|
<link rel="stylesheet" href="https://use.typekit.net/cta4xsb.css" />
|
|
<link rel="stylesheet" href="css/index.css" />
|
|
<link rel="stylesheet" href="css/index.css" />
|
|
<link rel="stylesheet" href="css/index_mobile.css" />
|
|
<link rel="stylesheet" href="css/index_mobile.css" />
|
|
|
|
|
|
- <!-- Pep -->
|
|
|
|
- <script src="js/libs/pep.min.js"></script>
|
|
|
|
- <!-- For canvas/code separator -->
|
|
|
|
- <script src="js/libs/split.js"></script>
|
|
|
|
-
|
|
|
|
</head>
|
|
</head>
|
|
|
|
|
|
<body>
|
|
<body>
|
|
@@ -389,6 +386,12 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
+
|
|
|
|
+ <!-- Pep -->
|
|
|
|
+ <script src="js/libs/pep.min.js"></script>
|
|
|
|
+ <!-- For canvas/code separator -->
|
|
|
|
+ <script src="js/libs/split.js"></script>
|
|
|
|
+
|
|
<!-- DatGUI -->
|
|
<!-- DatGUI -->
|
|
<script src="js/libs/dat.gui.min.js"></script>
|
|
<script src="js/libs/dat.gui.min.js"></script>
|
|
<!-- jszip -->
|
|
<!-- jszip -->
|