fixed vgpnet position in slides
This commit is contained in:
33
index.html
33
index.html
@@ -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", {
|
||||||
|
|||||||
Reference in New Issue
Block a user