瀏覽代碼

Scene Manager 4.0 Alpha Playground Tags

MackeyK24 6 年之前
父節點
當前提交
22ae7d6a8a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Playground/index.html

+ 2 - 2
Playground/index.html

@@ -56,8 +56,8 @@
     <!-- Extensions -->
     <script src="https://rawgit.com/BabylonJS/Extensions/master/ClonerSystem/src/babylonx.cloner.js" async></script>
     <script src="https://rawgit.com/BabylonJS/Extensions/master/CompoundShader/src/babylonx.CompoundShader.js" async></script>
-    <!-- <script async src="https://www.babylontoolkit.com/Playground/scripts/babylon.navmesh.js"></script>
-    <script async src="https://www.babylontoolkit.com/Playground/scripts/babylon.manager.js"></script> -->
+    <script src="https://rawgit.com/BabylonJS/Extensions/master/SceneManager/dist/babylon.manager.js"></script>
+    <script src="https://rawgit.com/BabylonJS/Extensions/master/SceneManager/dist/babylon.navmesh.js"></script>
 
     <link href="css/index.css" rel="stylesheet" />
 </head>