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