From 6980555f7d13f6d4fae3199106f44782d5e1d893 Mon Sep 17 00:00:00 2001 From: Senad Uka Date: Fri, 24 Mar 2017 17:59:21 +0100 Subject: [PATCH] fixed vgpnet position in slides --- index.html | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/index.html b/index.html index 4af8d7d..0b137a6 100644 --- a/index.html +++ b/index.html @@ -502,31 +502,34 @@ var pos6 = positions[6]; - displayText("Q and A", { - color: 0x00ff00, - size: 2, - height: 0.04, - specular: 0xaaaaaa - }, { - x: pos6.x - 4, - y: pos6.y, - z: pos6.z - 5 - }); - - var pos7 = positions[7]; displayText("verygoodpoint.net", { color: 0x00ff00, size: 2, height: 0.04, specular: 0xaaaaaa }, { - x: pos7.x - 10, - y: pos7.y, - z: pos7.z - 9 + x: pos6.x - 11, + y: pos6.y, + z: pos6.z - 9 }); + var pos7 = positions[7]; + displayText("Q and A", { + color: 0x00ff00, + size: 2, + height: 0.04, + specular: 0xaaaaaa + }, { + x: pos7.x - 4, + y: pos7.y, + z: pos7.z - 5 + }); + + + + //displayText("Senad Uka", {