From 5d3b6bc91072e68531e70d16a632f6af9b59d334 Mon Sep 17 00:00:00 2001 From: Amira Abdel-Rahman <amira-rahman@aucegypt.edu> Date: Thu, 3 Dec 2020 15:40:01 -0500 Subject: [PATCH] small update --- .../main.js | 0 .../main.js | 0 .../1_main.js | 0 .../2_main.js | 0 .../3_main.js | 0 .../1_main.js | 0 .../2_main.js | 0 1_Three.js/index.html | 13 ++++++++++++- 8 files changed, 12 insertions(+), 1 deletion(-) rename 1_Three.js/{1_Scene and Camera => 1_Scene_and_Camera}/main.js (100%) mode change 100755 => 100644 rename 1_Three.js/{2_Primitives and Transforms => 2_Primitives_and_Transforms}/main.js (100%) mode change 100755 => 100644 rename 1_Three.js/{4_Material and Light => 4_Material_and_Light}/1_main.js (100%) mode change 100755 => 100644 rename 1_Three.js/{4_Material and Light => 4_Material_and_Light}/2_main.js (100%) mode change 100755 => 100644 rename 1_Three.js/{4_Material and Light => 4_Material_and_Light}/3_main.js (100%) mode change 100755 => 100644 rename 1_Three.js/{5_Mesh Manipulation and Data => 5_Mesh_Manipulation_and_Data}/1_main.js (100%) mode change 100755 => 100644 rename 1_Three.js/{5_Mesh Manipulation and Data => 5_Mesh_Manipulation_and_Data}/2_main.js (100%) mode change 100755 => 100644 diff --git a/1_Three.js/1_Scene and Camera/main.js b/1_Three.js/1_Scene_and_Camera/main.js old mode 100755 new mode 100644 similarity index 100% rename from 1_Three.js/1_Scene and Camera/main.js rename to 1_Three.js/1_Scene_and_Camera/main.js diff --git a/1_Three.js/2_Primitives and Transforms/main.js b/1_Three.js/2_Primitives_and_Transforms/main.js old mode 100755 new mode 100644 similarity index 100% rename from 1_Three.js/2_Primitives and Transforms/main.js rename to 1_Three.js/2_Primitives_and_Transforms/main.js diff --git a/1_Three.js/4_Material and Light/1_main.js b/1_Three.js/4_Material_and_Light/1_main.js old mode 100755 new mode 100644 similarity index 100% rename from 1_Three.js/4_Material and Light/1_main.js rename to 1_Three.js/4_Material_and_Light/1_main.js diff --git a/1_Three.js/4_Material and Light/2_main.js b/1_Three.js/4_Material_and_Light/2_main.js old mode 100755 new mode 100644 similarity index 100% rename from 1_Three.js/4_Material and Light/2_main.js rename to 1_Three.js/4_Material_and_Light/2_main.js diff --git a/1_Three.js/4_Material and Light/3_main.js b/1_Three.js/4_Material_and_Light/3_main.js old mode 100755 new mode 100644 similarity index 100% rename from 1_Three.js/4_Material and Light/3_main.js rename to 1_Three.js/4_Material_and_Light/3_main.js diff --git a/1_Three.js/5_Mesh Manipulation and Data/1_main.js b/1_Three.js/5_Mesh_Manipulation_and_Data/1_main.js old mode 100755 new mode 100644 similarity index 100% rename from 1_Three.js/5_Mesh Manipulation and Data/1_main.js rename to 1_Three.js/5_Mesh_Manipulation_and_Data/1_main.js diff --git a/1_Three.js/5_Mesh Manipulation and Data/2_main.js b/1_Three.js/5_Mesh_Manipulation_and_Data/2_main.js old mode 100755 new mode 100644 similarity index 100% rename from 1_Three.js/5_Mesh Manipulation and Data/2_main.js rename to 1_Three.js/5_Mesh_Manipulation_and_Data/2_main.js diff --git a/1_Three.js/index.html b/1_Three.js/index.html index dee1e87..7bdcde4 100644 --- a/1_Three.js/index.html +++ b/1_Three.js/index.html @@ -15,7 +15,18 @@ <script src="./lib/dat.gui.min.js"></script> - <script src="./main.js"></script> + + <script src="./1_Scene_and_Camera/main.js"></script> + <!-- <script src="./2_Primitives_and_Transforms/main.js"></script> --> + <!-- <script src="./3_Controls/main.js"></script> --> + <!-- <script src="./4_Material_and_Light/1_main.js"></script> --> + <!-- <script src="./4_Material_and_Light/2_main.js"></script> --> + <!-- <script src="./4_Material_and_Light/3_main.js"></script> --> + <!-- <script src="./5_Mesh_Manipulation_and_Data/1_main.js"></script> --> + <!-- <script src="./5_Mesh_Manipulation_and_Data/2_main.js"></script> --> + + + </body> -- GitLab