moved some slides, changed some others
This commit is contained in:
45
index.html
45
index.html
@@ -396,7 +396,7 @@
|
||||
effect.setSize(window.innerWidth, window.innerHeight);
|
||||
|
||||
var loader = new THREE.TextureLoader();
|
||||
loader.load('img/livada.jpg', onTextureLoaded);
|
||||
loader.load('img/maglic.jpg', onTextureLoaded);
|
||||
|
||||
// // Create 3D objects.
|
||||
// var geometry = new THREE.SphereGeometry(0.5, 0.5, 0.5);
|
||||
@@ -502,7 +502,7 @@
|
||||
|
||||
|
||||
var pos6 = positions[6];
|
||||
displayText("verygoodpoint.net", {
|
||||
displayText("Q and A", {
|
||||
color: 0x00ff00,
|
||||
size: 2,
|
||||
height: 0.04,
|
||||
@@ -516,7 +516,7 @@
|
||||
|
||||
|
||||
var pos7 = positions[7];
|
||||
displayText("Q and A", {
|
||||
displayText("@senaduka", {
|
||||
color: 0x00ff00,
|
||||
size: 2,
|
||||
height: 0.04,
|
||||
@@ -526,46 +526,11 @@
|
||||
y: pos7.y,
|
||||
z: pos7.z - 5
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//displayText("Senad Uka", {
|
||||
// color: 0x00ff00,
|
||||
// size: 0.3,
|
||||
// height: 0.01,
|
||||
// specular: 0xaaaaaa
|
||||
// }, {
|
||||
// x: 2,
|
||||
// y: heightOfUser + 2,
|
||||
// z: -2
|
||||
// }, {
|
||||
// x: 0.1,
|
||||
// y: degreesToRadians(-35),
|
||||
// z: 0
|
||||
// });
|
||||
|
||||
// displayText("JS Meetup Sarajevo", {
|
||||
// color: 0xaaff12,
|
||||
// size: 0.3,
|
||||
// height: 0.02,
|
||||
// specular: 0x11aaaa
|
||||
// }, {
|
||||
// x: 2,
|
||||
// y: heightOfUser - 1,
|
||||
// z: -2
|
||||
// }, {
|
||||
// x: degreesToRadians(-40),
|
||||
// y: degreesToRadians(0),
|
||||
// z: 0
|
||||
// });
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
// 1 pravo
|
||||
displayPicture('./img/testba.png', {
|
||||
displayPicture('./img/slide1.jpeg', {
|
||||
width: 10,
|
||||
height: 5,
|
||||
depth: 0.1,
|
||||
|
||||
Reference in New Issue
Block a user