From fa869093f082231f66a1f4bde7ae2a86c37eafc5 Mon Sep 17 00:00:00 2001 From: Theunis Johannes Botha Date: Wed, 23 May 2018 08:26:09 +0200 Subject: [PATCH 1/4] Update: CC - Entity Loaded - AR Football 3 (ff0fsum4zx.js) 50 bytes modified --- ff0fsum4zx.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ff0fsum4zx.js b/ff0fsum4zx.js index a56a04e..c590fe5 100644 --- a/ff0fsum4zx.js +++ b/ff0fsum4zx.js @@ -57,7 +57,7 @@ this.kickDistance = 0; this.raycaster = new THREE.Raycaster(); -this.debug = false; +this.debug = true; this.gravity = -9.8; @@ -67,9 +67,9 @@ this.startRayZ = -2; this.endRayZ = -2.5; -this.playerY = 0.155; +this.playerY = 0.375; -this.ballY = 0.0355; +this.ballY = this.football.instance.geometry.boundingSphere.radius / 2; if (this.debug) { this.arrowHelper = new THREE.ArrowHelper( From 0b9be370ac1dd38fafc675e7278d5a1e8a2e7cf2 Mon Sep 17 00:00:00 2001 From: Theunis Johannes Botha Date: Wed, 23 May 2018 08:30:18 +0200 Subject: [PATCH 2/4] Update: CC - Entity Loaded - AR Football 3 (ff0fsum4zx.js) 1 bytes modified --- ff0fsum4zx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ff0fsum4zx.js b/ff0fsum4zx.js index c590fe5..d2c5637 100644 --- a/ff0fsum4zx.js +++ b/ff0fsum4zx.js @@ -57,7 +57,7 @@ this.kickDistance = 0; this.raycaster = new THREE.Raycaster(); -this.debug = true; +this.debug = false; this.gravity = -9.8; From 25a88956a9877dee67373111b6f9324c51f0ddd4 Mon Sep 17 00:00:00 2001 From: Theunis Johannes Botha Date: Thu, 24 May 2018 17:35:15 +0200 Subject: [PATCH 3/4] Update: CC - Entity Loaded - AR Football 3 (ff0fsum4zx.js) 0 bytes modified --- ff0fsum4zx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ff0fsum4zx.js b/ff0fsum4zx.js index 5f7addb..fa04f0e 100644 --- a/ff0fsum4zx.js +++ b/ff0fsum4zx.js @@ -14,7 +14,7 @@ this.beforeRender = R3.EntityManager.Instance.findComponentById('7l8ar325qf'); /** * Meshes */ -this.footballPlayer = R3.EntityManager.Instance.findComponentById('t537n02x0s'); +this.footballPlayer = R3.EntityManager.Instance.findComponentById('14xd9d1oqd'); this.football = R3.EntityManager.Instance.findComponentById('umgbzb0ur2'); this.goalL = R3.EntityManager.Instance.findComponentById('ackykfwyd4'); this.goalR = R3.EntityManager.Instance.findComponentById('040yhx0atm'); From 0a000b5a0bcae059c9fe57c1a2be8045c9259f87 Mon Sep 17 00:00:00 2001 From: Theunis Johannes Botha Date: Thu, 24 May 2018 17:40:20 +0200 Subject: [PATCH 4/4] Update: CC - Entity Loaded - AR Football 3 (ff0fsum4zx.js) 0 bytes modified --- ff0fsum4zx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ff0fsum4zx.js b/ff0fsum4zx.js index fa04f0e..1f1924b 100644 --- a/ff0fsum4zx.js +++ b/ff0fsum4zx.js @@ -67,7 +67,7 @@ this.startRayZ = -2; this.endRayZ = -2.5; -this.playerY = 0.375; +this.playerY = 0.389; this.ballY = this.football.instance.geometry.boundingSphere.radius / 2;