Selaa lähdekoodia

Merge pull request #1526 from abow/master

added dat.gui to PG
David Catuhe 8 vuotta sitten
vanhempi
commit
f5329be54e
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      Playground/index.html

+ 1 - 0
Playground/index.html

@@ -39,6 +39,7 @@
     <script src="http://www.babylonjs.com/lib/babylon.roadProceduralTexture.min.js"></script>
     <script src="http://www.babylonjs.com/lib/babylon.starfieldProceduralTexture.min.js"></script>
     <script src="http://www.babylonjs.com/lib/babylon.woodProceduralTexture.min.js"></script>
+    <script src="https://cdnjs.cloudflare.com/ajax/libs/dat-gui/0.6.2/dat.gui.min.js"></script>
     <link href="index.css" rel="stylesheet" />
 </head>
 <body>