fixed vgpnet position in slides

This commit is contained in:
Senad Uka
2017-03-24 17:59:21 +01:00
parent f4abef7caa
commit 6980555f7d

View File

@@ -502,31 +502,34 @@
var pos6 = positions[6]; 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", { displayText("verygoodpoint.net", {
color: 0x00ff00, color: 0x00ff00,
size: 2, size: 2,
height: 0.04, height: 0.04,
specular: 0xaaaaaa specular: 0xaaaaaa
}, { }, {
x: pos7.x - 10, x: pos6.x - 11,
y: pos7.y, y: pos6.y,
z: pos7.z - 9 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", { //displayText("Senad Uka", {