From 13f1e9ebbab392e107a2e7f906f5c939f716343e Mon Sep 17 00:00:00 2001 From: murat-aka Date: Sat, 3 May 2014 16:57:09 +0100 Subject: [PATCH 1/6] Update 02-first-scene.html --- chapter-01/02-first-scene.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chapter-01/02-first-scene.html b/chapter-01/02-first-scene.html index f09cce6a..452144d9 100644 --- a/chapter-01/02-first-scene.html +++ b/chapter-01/02-first-scene.html @@ -41,6 +41,7 @@ var axes = new THREE.AxisHelper( 20 ); scene.add(axes); +/* // create the ground plane var planeGeometry = new THREE.PlaneGeometry(60,20); var planeMaterial = new THREE.MeshBasicMaterial({color: 0xcccccc}); @@ -88,6 +89,7 @@ camera.position.y = 40; camera.position.z = 30; camera.lookAt(scene.position); + */ // add the output of the renderer to the html element $("#WebGL-output").append(renderer.domElement); @@ -100,4 +102,4 @@ - \ No newline at end of file + From 817808a2987062c706284ac36577ca0b99a2ef5a Mon Sep 17 00:00:00 2001 From: murat aka Date: Tue, 25 Aug 2015 19:31:57 +0100 Subject: [PATCH 2/6] Update README.md --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c190657d..cf791f72 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,22 @@ learning-threejs ================ -Code repository for the examples from the Packt book "Learning Threejs" \ No newline at end of file +Code repository for the examples from the Packt book "Learning Threejs" + +Chapter 1 + +[01-basic-skeleton.html] (http://murat-aka.github.io/learning-threejs/chapter-01/01-basic-skeleton.html) + +[02-first-scene.html] (http://murat-aka.github.io/learning-threejs/chapter-01/02-first-scene.html) + +[02 - Elements](http://murat-aka.github.io/babylonJS/tutorials/02%20-Basic%20objects/02%20-%20Elements) + +[03 - Rotation and scaling](http://murat-aka.github.io/babylonJS/tutorials/03%20-%20Rotation%20and%20scaling/03%20-%20Rotation%20and%20scaling) + +[04 - Materials](http://murat-aka.github.io/babylonJS/tutorials/04%20-%20Materials/04%20-%20Materials) + +[09 - Collisions Gravity](http://murat-aka.github.io/babylonJS/tutorials/09%20-%20Collisions%20Gravity/12%20-%20Collisions%20Gravity) + +[10 - Collisions Intersect](http://murat-aka.github.io/babylonJS/tutorials/10%20-%20Collisions%20Intersect/10%20-%20Collisions%20Intersect) + +[11 - Collisions PickResult](http://murat-aka.github.io/babylonJS/tutorials/11%20-%20Collisions%20PickResult/11%20-%20Collisions%20PickResult) From 7a9f31185e80d1ba5db7c97619f6e47a017d2139 Mon Sep 17 00:00:00 2001 From: murat aka Date: Tue, 25 Aug 2015 19:33:52 +0100 Subject: [PATCH 3/6] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cf791f72..4784503c 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ learning-threejs Code repository for the examples from the Packt book "Learning Threejs" -Chapter 1 +**Chapter 1** -[01-basic-skeleton.html] (http://murat-aka.github.io/learning-threejs/chapter-01/01-basic-skeleton.html) +[01-basic-skeleton.html](http://murat-aka.github.io/learning-threejs/chapter-01/01-basic-skeleton.html) -[02-first-scene.html] (http://murat-aka.github.io/learning-threejs/chapter-01/02-first-scene.html) +[02-first-scene.html](http://murat-aka.github.io/learning-threejs/chapter-01/02-first-scene.html) [02 - Elements](http://murat-aka.github.io/babylonJS/tutorials/02%20-Basic%20objects/02%20-%20Elements) From 992ca65cc02795d5671f2efb58ffe3c55702f1dc Mon Sep 17 00:00:00 2001 From: murat aka Date: Tue, 25 Aug 2015 19:40:35 +0100 Subject: [PATCH 4/6] Update README.md --- README.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 4784503c..b17ac58f 100644 --- a/README.md +++ b/README.md @@ -6,17 +6,9 @@ Code repository for the examples from the Packt book "Learning Threejs" **Chapter 1** [01-basic-skeleton.html](http://murat-aka.github.io/learning-threejs/chapter-01/01-basic-skeleton.html) - [02-first-scene.html](http://murat-aka.github.io/learning-threejs/chapter-01/02-first-scene.html) +[03-materials-light.html](http://murat-aka.github.io/learning-threejs/chapter-01/03-materials-light.html) +[04-materials-light-animation.html](http://murat-aka.github.io/learning-threejs/chapter-01/04-materials-light-animation.html) +[05-control-gui.html](http://murat-aka.github.io/learning-threejs/chapter-01/05-control-gui.html) +[06-ascii-renderer.html](http://murat-aka.github.io/learning-threejs/chapter-01/06-ascii-renderer.html) -[02 - Elements](http://murat-aka.github.io/babylonJS/tutorials/02%20-Basic%20objects/02%20-%20Elements) - -[03 - Rotation and scaling](http://murat-aka.github.io/babylonJS/tutorials/03%20-%20Rotation%20and%20scaling/03%20-%20Rotation%20and%20scaling) - -[04 - Materials](http://murat-aka.github.io/babylonJS/tutorials/04%20-%20Materials/04%20-%20Materials) - -[09 - Collisions Gravity](http://murat-aka.github.io/babylonJS/tutorials/09%20-%20Collisions%20Gravity/12%20-%20Collisions%20Gravity) - -[10 - Collisions Intersect](http://murat-aka.github.io/babylonJS/tutorials/10%20-%20Collisions%20Intersect/10%20-%20Collisions%20Intersect) - -[11 - Collisions PickResult](http://murat-aka.github.io/babylonJS/tutorials/11%20-%20Collisions%20PickResult/11%20-%20Collisions%20PickResult) From 902dd1f82fb7023c080bc7f5a6ba1c0208ccb67a Mon Sep 17 00:00:00 2001 From: murat aka Date: Tue, 25 Aug 2015 19:41:21 +0100 Subject: [PATCH 5/6] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b17ac58f..0f248b86 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,14 @@ Code repository for the examples from the Packt book "Learning Threejs" **Chapter 1** [01-basic-skeleton.html](http://murat-aka.github.io/learning-threejs/chapter-01/01-basic-skeleton.html) + [02-first-scene.html](http://murat-aka.github.io/learning-threejs/chapter-01/02-first-scene.html) + [03-materials-light.html](http://murat-aka.github.io/learning-threejs/chapter-01/03-materials-light.html) + [04-materials-light-animation.html](http://murat-aka.github.io/learning-threejs/chapter-01/04-materials-light-animation.html) + [05-control-gui.html](http://murat-aka.github.io/learning-threejs/chapter-01/05-control-gui.html) + [06-ascii-renderer.html](http://murat-aka.github.io/learning-threejs/chapter-01/06-ascii-renderer.html) From bafb94a9c6bc563b6554503bcb8ba013368a1c78 Mon Sep 17 00:00:00 2001 From: murat aka Date: Sat, 5 Dec 2015 21:24:26 +0000 Subject: [PATCH 6/6] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0f248b86..6a5244d0 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,8 @@ Code repository for the examples from the Packt book "Learning Threejs" [06-ascii-renderer.html](http://murat-aka.github.io/learning-threejs/chapter-01/06-ascii-renderer.html) + +**Chapter 2** + + +[01-basic-scene.html](http://murat-aka.github.io/learning-threejs/chapter-02/01-basic-scene.html)