Browse Source

upgrade to r94

Gregg Tavares 7 years ago
parent
commit
33eff20a53

+ 10 - 10
threejs/background.html

@@ -21,16 +21,16 @@
   <body>
   <body>
     <canvas id="c"></canvas>
     <canvas id="c"></canvas>
   </body>
   </body>
-<script src="resources/threejs/r93/three.min.js"></script>
-<script src="resources/threejs/r93/js/controls/OrbitControls.js"></script>
-<script src="resources/threejs/r93/js/shaders/SSAOShader.js"></script>
-<script src="resources/threejs/r93/js/shaders/CopyShader.js"></script>
-<script src="resources/threejs/r93/js/postprocessing/EffectComposer.js"></script>
-<script src="resources/threejs/r93/js/postprocessing/RenderPass.js"></script>
-<script src="resources/threejs/r93/js/postprocessing/ShaderPass.js"></script>
-<script src="resources/threejs/r93/js/postprocessing/MaskPass.js"></script>
-<script src="resources/threejs/r93/js/postprocessing/SSAOPass.js"></script>
-<script src="resources/threejs/r93/js/loaders/GLTFLoader.js"></script>
+<script src="resources/threejs/r94/three.min.js"></script>
+<script src="resources/threejs/r94/js/controls/OrbitControls.js"></script>
+<script src="resources/threejs/r94/js/shaders/SSAOShader.js"></script>
+<script src="resources/threejs/r94/js/shaders/CopyShader.js"></script>
+<script src="resources/threejs/r94/js/postprocessing/EffectComposer.js"></script>
+<script src="resources/threejs/r94/js/postprocessing/RenderPass.js"></script>
+<script src="resources/threejs/r94/js/postprocessing/ShaderPass.js"></script>
+<script src="resources/threejs/r94/js/postprocessing/MaskPass.js"></script>
+<script src="resources/threejs/r94/js/postprocessing/SSAOPass.js"></script>
+<script src="resources/threejs/r94/js/loaders/GLTFLoader.js"></script>
 <script>
 <script>
 'use strict';
 'use strict';
 
 

+ 2 - 2
threejs/lessons/threejs-primitives.md

@@ -341,8 +341,8 @@ Next up let's go over [how three's scene graph works and how
 to use it](threejs-scenegraph.html).
 to use it](threejs-scenegraph.html).
 
 
 <canvas id="c"></canvas>
 <canvas id="c"></canvas>
-<script src="../resources/threejs/r93/three.min.js"></script>
-<script src="../resources/threejs/r93/js/controls/TrackballControls.js"></script>
+<script src="../resources/threejs/r94/three.min.js"></script>
+<script src="../resources/threejs/r94/js/controls/TrackballControls.js"></script>
 <script src="resources/threejs-primitives.js"></script>
 <script src="resources/threejs-primitives.js"></script>
 <style>
 <style>
 .spread {
 .spread {

+ 1 - 1
threejs/threejs-fundamentals-3-cubes.html

@@ -9,7 +9,7 @@
   <body>
   <body>
     <canvas id="c"></canvas>
     <canvas id="c"></canvas>
   </body>
   </body>
-<script src="resources/threejs/r93/three.min.js"></script>
+<script src="resources/threejs/r94/three.min.js"></script>
 <script>
 <script>
 'use strict';
 'use strict';
 
 

+ 1 - 1
threejs/threejs-fundamentals-with-animation.html

@@ -9,7 +9,7 @@
   <body>
   <body>
     <canvas id="c"></canvas>
     <canvas id="c"></canvas>
   </body>
   </body>
-<script src="resources/threejs/r93/three.min.js"></script>
+<script src="resources/threejs/r94/three.min.js"></script>
 <script>
 <script>
 'use strict';
 'use strict';
 
 

+ 1 - 1
threejs/threejs-fundamentals-with-light.html

@@ -9,7 +9,7 @@
   <body>
   <body>
     <canvas id="c"></canvas>
     <canvas id="c"></canvas>
   </body>
   </body>
-<script src="resources/threejs/r93/three.min.js"></script>
+<script src="resources/threejs/r94/three.min.js"></script>
 <script>
 <script>
 'use strict';
 'use strict';
 
 

+ 1 - 1
threejs/threejs-fundamentals.html

@@ -9,7 +9,7 @@
   <body>
   <body>
     <canvas id="c"></canvas>
     <canvas id="c"></canvas>
   </body>
   </body>
-<script src="resources/threejs/r93/three.min.js"></script>
+<script src="resources/threejs/r94/three.min.js"></script>
 <script>
 <script>
 'use strict';
 'use strict';
 
 

+ 1 - 1
threejs/threejs-primitives-text.html

@@ -19,7 +19,7 @@
   <body>
   <body>
     <canvas id="c"></canvas>
     <canvas id="c"></canvas>
   </body>
   </body>
-<script src="resources/threejs/r93/three.min.js"></script>
+<script src="resources/threejs/r94/three.min.js"></script>
 <script>
 <script>
 'use strict';
 'use strict';
 
 

+ 1 - 1
threejs/threejs-primitives.html

@@ -19,7 +19,7 @@
   <body>
   <body>
     <canvas id="c"></canvas>
     <canvas id="c"></canvas>
   </body>
   </body>
-<script src="resources/threejs/r93/three.min.js"></script>
+<script src="resources/threejs/r94/three.min.js"></script>
 <script>
 <script>
 'use strict';
 'use strict';
 
 

+ 1 - 1
threejs/threejs-responsive-editor.html

@@ -47,7 +47,7 @@
       </div>
       </div>
     </div>
     </div>
   </body>
   </body>
-<script src="resources/threejs/r93/three.min.js"></script>
+<script src="resources/threejs/r94/three.min.js"></script>
 <script src="threejs-responsive.js"></script>
 <script src="threejs-responsive.js"></script>
 <script src="../3rdparty/split.min.js"></script>
 <script src="../3rdparty/split.min.js"></script>
 <script>
 <script>

+ 1 - 1
threejs/threejs-responsive-hd-dpi.html

@@ -20,7 +20,7 @@
   <body>
   <body>
     <canvas id="c"></canvas>
     <canvas id="c"></canvas>
   </body>
   </body>
-<script src="resources/threejs/r93/three.min.js"></script>
+<script src="resources/threejs/r94/three.min.js"></script>
 <script>
 <script>
 'use strict';
 'use strict';
 
 

+ 1 - 1
threejs/threejs-responsive-no-resize.html

@@ -20,7 +20,7 @@
   <body>
   <body>
     <canvas id="c"></canvas>
     <canvas id="c"></canvas>
   </body>
   </body>
-<script src="resources/threejs/r93/three.min.js"></script>
+<script src="resources/threejs/r94/three.min.js"></script>
 <script>
 <script>
 'use strict';
 'use strict';
 
 

+ 1 - 1
threejs/threejs-responsive-paragraph.html

@@ -29,7 +29,7 @@ magna id sem faucibus sollicitudin.  Proin nunc mi, rutrum et elementum
 ut, auctor eget massa.
 ut, auctor eget massa.
 </p>
 </p>
   </body>
   </body>
-<script src="resources/threejs/r93/three.min.js"></script>
+<script src="resources/threejs/r94/three.min.js"></script>
 <script src="threejs-responsive.js"></script>
 <script src="threejs-responsive.js"></script>
 </html>
 </html>
 
 

+ 1 - 1
threejs/threejs-responsive-update-camera.html

@@ -20,7 +20,7 @@
   <body>
   <body>
     <canvas id="c"></canvas>
     <canvas id="c"></canvas>
   </body>
   </body>
-<script src="resources/threejs/r93/three.min.js"></script>
+<script src="resources/threejs/r94/three.min.js"></script>
 <script>
 <script>
 'use strict';
 'use strict';
 
 

+ 1 - 1
threejs/threejs-responsive.html

@@ -19,7 +19,7 @@
   <body>
   <body>
     <canvas id="c"></canvas>
     <canvas id="c"></canvas>
   </body>
   </body>
-<script src="resources/threejs/r93/three.min.js"></script>
+<script src="resources/threejs/r94/three.min.js"></script>
 <script>
 <script>
 'use strict';
 'use strict';
 
 

+ 1 - 1
threejs/threejs-scenegraph-car.html

@@ -19,7 +19,7 @@
   <body>
   <body>
     <canvas id="c"></canvas>
     <canvas id="c"></canvas>
   </body>
   </body>
-<script src="resources/threejs/r93/three.min.js"></script>
+<script src="resources/threejs/r94/three.min.js"></script>
 <script src="resources/threejs-lessons-helper.js"></script> <!-- you can and should delete this script. it is only used on the site to help with errors -->
 <script src="resources/threejs-lessons-helper.js"></script> <!-- you can and should delete this script. it is only used on the site to help with errors -->
 <script>
 <script>
 'use strict';
 'use strict';

+ 1 - 1
threejs/threejs-scenegraph-sun-earth-moon-axes-grids.html

@@ -46,7 +46,7 @@
     <div id="ui"></div>
     <div id="ui"></div>
   </body>
   </body>
 <script src="../3rdparty/dat.gui.min.js"></script>
 <script src="../3rdparty/dat.gui.min.js"></script>
-<script src="resources/threejs/r93/three.min.js"></script>
+<script src="resources/threejs/r94/three.min.js"></script>
 <script>
 <script>
 'use strict';
 'use strict';
 
 

+ 1 - 1
threejs/threejs-scenegraph-sun-earth-moon-axes.html

@@ -19,7 +19,7 @@
   <body>
   <body>
     <canvas id="c"></canvas>
     <canvas id="c"></canvas>
   </body>
   </body>
-<script src="resources/threejs/r93/three.min.js"></script>
+<script src="resources/threejs/r94/three.min.js"></script>
 <script>
 <script>
 'use strict';
 'use strict';
 
 

+ 1 - 1
threejs/threejs-scenegraph-sun-earth-moon.html

@@ -19,7 +19,7 @@
   <body>
   <body>
     <canvas id="c"></canvas>
     <canvas id="c"></canvas>
   </body>
   </body>
-<script src="resources/threejs/r93/three.min.js"></script>
+<script src="resources/threejs/r94/three.min.js"></script>
 <script>
 <script>
 'use strict';
 'use strict';
 
 

+ 1 - 1
threejs/threejs-scenegraph-sun-earth-orbit-fixed.html

@@ -19,7 +19,7 @@
   <body>
   <body>
     <canvas id="c"></canvas>
     <canvas id="c"></canvas>
   </body>
   </body>
-<script src="resources/threejs/r93/three.min.js"></script>
+<script src="resources/threejs/r94/three.min.js"></script>
 <script>
 <script>
 'use strict';
 'use strict';
 
 

+ 1 - 1
threejs/threejs-scenegraph-sun-earth-orbit.html

@@ -19,7 +19,7 @@
   <body>
   <body>
     <canvas id="c"></canvas>
     <canvas id="c"></canvas>
   </body>
   </body>
-<script src="resources/threejs/r93/three.min.js"></script>
+<script src="resources/threejs/r94/three.min.js"></script>
 <script>
 <script>
 'use strict';
 'use strict';
 
 

+ 2 - 2
threejs/threejs-scenegraph-sun-earth.html

@@ -19,7 +19,7 @@
   <body>
   <body>
     <canvas id="c"></canvas>
     <canvas id="c"></canvas>
   </body>
   </body>
-<script src="resources/threejs/r93/three.min.js"></script>
+<script src="resources/threejs/r94/three.min.js"></script>
 <script>
 <script>
 'use strict';
 'use strict';
 
 
@@ -42,7 +42,7 @@ function main() {
     const color = 0xFFFFFF;
     const color = 0xFFFFFF;
     const intensity = 3;
     const intensity = 3;
     const light = new THREE.PointLight(color, intensity);
     const light = new THREE.PointLight(color, intensity);
-    scene.add(light);/* j */
+    scene.add(light);
   }
   }
 
 
   const objects = [];
   const objects = [];

+ 1 - 1
threejs/threejs-scenegraph-sun.html

@@ -19,7 +19,7 @@
   <body>
   <body>
     <canvas id="c"></canvas>
     <canvas id="c"></canvas>
   </body>
   </body>
-<script src="resources/threejs/r93/three.min.js"></script>
+<script src="resources/threejs/r94/three.min.js"></script>
 <script>
 <script>
 'use strict';
 'use strict';