فهرست منبع

Merge pull request #2035 from androdlang/master

Playground-integration CompoundShader
David Catuhe 8 سال پیش
والد
کامیت
4d68f56a58
3فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 3 0
      Playground/debug.html
  2. 1 0
      Playground/frame.html
  3. 2 0
      Playground/index.html

+ 3 - 0
Playground/debug.html

@@ -51,7 +51,10 @@
     <script src="https://www.babylonjs.com/lib/babylon.stlFileLoader.js"></script>
     <script src="https://www.babylonjs.com/lib/babylon.stlFileLoader.js"></script>
 
 
     <script src="https://rawgit.com/BabylonJS/Extensions/master/ClonerSystem/src/babylonx.cloner.js"></script>
     <script src="https://rawgit.com/BabylonJS/Extensions/master/ClonerSystem/src/babylonx.cloner.js"></script>
+
+    <script src="https://rawgit.com/BabylonJS/Extensions/master/CompoundShader/src/babylonx.CompoundShader.js"></script>
     <link href="css/index.css" rel="stylesheet" />
     <link href="css/index.css" rel="stylesheet" />
+
 </head>
 </head>
 
 
 <body>
 <body>

+ 1 - 0
Playground/frame.html

@@ -39,6 +39,7 @@
     <script src="https://www.babylonjs.com/lib/babylon.stlFileLoader.js"></script>
     <script src="https://www.babylonjs.com/lib/babylon.stlFileLoader.js"></script>
 
 
     <script src="https://rawgit.com/BabylonJS/Extensions/master/ClonerSystem/src/babylonx.cloner.js"></script>
     <script src="https://rawgit.com/BabylonJS/Extensions/master/ClonerSystem/src/babylonx.cloner.js"></script>
+    <script src="https://rawgit.com/BabylonJS/Extensions/master/CompoundShader/src/babylonx.CompoundShader.js"></script>
     <link href="frame.css" rel="stylesheet" />
     <link href="frame.css" rel="stylesheet" />
 </head>
 </head>
 
 

+ 2 - 0
Playground/index.html

@@ -51,6 +51,8 @@
     <script src="https://www.babylonjs.com/lib/babylon.stlFileLoader.js"></script>
     <script src="https://www.babylonjs.com/lib/babylon.stlFileLoader.js"></script>
 
 
     <script src="https://rawgit.com/BabylonJS/Extensions/master/ClonerSystem/src/babylonx.cloner.js"></script>
     <script src="https://rawgit.com/BabylonJS/Extensions/master/ClonerSystem/src/babylonx.cloner.js"></script>
+
+    <script src="https://rawgit.com/BabylonJS/Extensions/master/CompoundShader/src/babylonx.CompoundShader.js"></script>
     <link href="css/index.css" rel="stylesheet" />
     <link href="css/index.css" rel="stylesheet" />
 </head>
 </head>