Saltar la navegación

13 Coordinates Axis X, Y and Z

Coordenades de l’escenari

mides a partir de cartells

Coordinates video

//coordinates

var textBillboard0 = Scene.createTextBillboard(0, 0, 0);

textBillboard0.setText('0,0,0');

//opcions

textBillboard0.setBackgroundColor(79, 44, 108);

textBillboard0.setFontSize(0.3);

textBillboard0.setLying(false);

textBillboard0.setSize(0.8, 1);

textBillboard0.setTextColor(255, 255, 255);

textBillboard0.setColor(0, 205, 170);

Space.log(textBillboard0.text()); // CoScenes

//

var textBillboard0a = Scene.createTextBillboard(7, 0,0);

textBillboard0a.setText('7,0,0');

textBillboard0a.setBackgroundColor(79, 44, 108);

textBillboard0a.setFontSize(0.3);

textBillboard0a.setLying(false);

textBillboard0a.setSize(0.8, 1);

textBillboard0a.setTextColor(255, 255, 255);

textBillboard0a.setColor(0, 205, 170);

Space.log(textBillboard0a.text()); // CoScenes

var textBillboard02 = Scene.createTextBillboard(-7, 0,0);

textBillboard02.setText('-7,0,0');

textBillboard02.setBackgroundColor(79, 44, 108);

textBillboard02.setFontSize(0.3);

textBillboard02.setLying(false);

textBillboard02.setSize(0.8, 1);

textBillboard02.setTextColor(255, 255, 255);

textBillboard02.setColor(0, 205, 170);

Space.log(textBillboard02.text()); // CoScenes

var textBillboard1 = Scene.createTextBillboard(7,7,0);

textBillboard1.setText('7,7,0');

textBillboard1.setBackgroundColor(79, 44, 108);

textBillboard1.setFontSize(0.3);

textBillboard1.setLying(false);

textBillboard1.setSize(0.8, 1);

textBillboard1.setTextColor(255, 255, 255);

textBillboard1.setColor(0, 205, 170);

Space.log(textBillboard1.text()); // CoScenes

var textBillboard2 = Scene.createTextBillboard(-7,7, 0);

textBillboard2.setText('-7,7,0');

textBillboard2.setBackgroundColor(79, 44, 108);

textBillboard2.setFontSize(0.3);

textBillboard2.setLying(false);

textBillboard2.setSize(0.8, 1);

textBillboard2.setTextColor(255, 255, 255);

textBillboard2.setColor(0, 205, 170);

Space.log(textBillboard2.text()); // CoScenes

var textBillboard3 = Scene.createTextBillboard(7,-7, 0);

textBillboard3.setText('7,-7,0');

textBillboard3.setBackgroundColor(79, 44, 108);

textBillboard3.setFontSize(0.3);

textBillboard3.setLying(false);

textBillboard3.setSize(0.8, 1);

textBillboard3.setTextColor(255, 255, 255);

textBillboard3.setColor(0, 205, 170);

Space.log(textBillboard3.text()); // CoScenes

var textBillboard4 = Scene.createTextBillboard(-7,-7, 0);

textBillboard4.setText('-7,-7,0');

textBillboard4.setBackgroundColor(79, 44, 108);

textBillboard4.setFontSize(0.3);

textBillboard4.setLying(false);

textBillboard4.setSize(0.8, 1);

textBillboard4.setTextColor(255, 255, 255);

textBillboard4.setColor(0, 205, 170);

Space.log(textBillboard4.text()); // CoScenes

var textBillboard5 = Scene.createTextBillboard(-7,7,7);

textBillboard5.setText('-7,7,7');

textBillboard5.setBackgroundColor(79, 44, 108);

textBillboard5.setFontSize(0.3);

textBillboard5.setLying(false);

textBillboard5.setSize(0.8, 1);

textBillboard5.setTextColor(255, 255, 255);

textBillboard5.setColor(0, 205, 170);

Space.log(textBillboard5.text()); // CoScenes

var textBillboard6 = Scene.createTextBillboard(7,7, 7);

textBillboard6.setText('7,7,7');

textBillboard6.setBackgroundColor(79, 44, 108);

textBillboard6.setFontSize(0.3);

textBillboard6.setLying(false);

textBillboard6.setSize(0.8, 1);

textBillboard6.setTextColor(255, 255, 255);

textBillboard6.setColor(0, 205, 170);

Space.log(textBillboard6.text()); // CoScenes

var textBillboard7 = Scene.createTextBillboard(-7,0,7);

textBillboard7.setText('-7,0,7');

textBillboard7.setBackgroundColor(79, 44, 108);

textBillboard7.setFontSize(0.3);

textBillboard7.setLying(false);

textBillboard7.setSize(0.8, 1);

textBillboard7.setTextColor(255, 255, 255);

textBillboard7.setColor(0, 205, 170);

Space.log(textBillboard7.text()); // CoScenes

var textBillboard8 = Scene.createTextBillboard(7,0,7);

textBillboard8.setText('7,0,7');

textBillboard8.setBackgroundColor(79, 44, 108);

textBillboard8.setFontSize(0.3);

textBillboard8.setLying(false);

textBillboard8.setSize(0.8, 1);

textBillboard8.setTextColor(255, 255, 255);

textBillboard8.setColor(0, 205, 170);

Space.log(textBillboard8.text()); // CoScenes

var textBillboard9 = Scene.createTextBillboard(-7,-7,7);

textBillboard9.setText('-7,-7,7');

textBillboard9.setBackgroundColor(79, 44, 108);

textBillboard9.setFontSize(0.3);

textBillboard9.setLying(false);

textBillboard9.setSize(0.8, 1);

textBillboard9.setTextColor(255, 255, 255);

textBillboard9.setColor(0, 205, 170);

Space.log(textBillboard9.text()); // CoScenes

var textBillboard10 = Scene.createTextBillboard(7,-7,7);

textBillboard10.setText('7,-7,7');

textBillboard10.setBackgroundColor(79, 44, 108);

textBillboard10.setFontSize(0.3);

textBillboard10.setLying(false);

textBillboard10.setSize(0.8, 1);

textBillboard10.setTextColor(255, 255, 255);

textBillboard10.setColor(0, 205, 170);

Space.log(textBillboard10.text()); // CoScenes

……………………………………………………………………………………………………...

//Item and coordinates

var textBillboard0 = Scene.createTextBillboard(0, 0, 0);
textBillboard0.setText('0,0,0');
//opcions
textBillboard0.setBackgroundColor(79, 44, 108);
textBillboard0.setFontSize(0.3);
textBillboard0.setLying(false);
textBillboard0.setSize(0.8, 1);
textBillboard0.setTextColor(255, 255, 255);
textBillboard0.setColor(0, 205, 170);
Space.log(textBillboard0.text()); // CoScenes

var textBillboard0a = Scene.createTextBillboard(0, 0, 5);
textBillboard0a.setText('0,0,5');
textBillboard0a.setBackgroundColor(79, 44, 108);
textBillboard0a.setFontSize(0.3);
textBillboard0a.setLying(false);
textBillboard0a.setSize(0.8, 1);
textBillboard0a.setTextColor(255, 255, 255);
textBillboard0a.setColor(0, 205, 170);
Space.log(textBillboard0a.text()); // CoScenes

var textBillboard02 = Scene.createTextBillboard(0, 0, 10);
textBillboard02.setText('0,0,10');
textBillboard02.setBackgroundColor(79, 44, 108);
textBillboard02.setFontSize(0.3);
textBillboard02.setLying(false);
textBillboard02.setSize(0.8, 1);
textBillboard02.setTextColor(255, 255, 255);
textBillboard02.setColor(0, 205, 170);
Space.log(textBillboard02.text()); // CoScenes

var textBillboard = Scene.createTextBillboard(0, 0, 1);
textBillboard.setText('0,0,1');
textBillboard.setBackgroundColor(79, 44, 108);
textBillboard.setFontSize(0.3);
textBillboard.setLying(false);
textBillboard.setSize(0.8, 1);
textBillboard.setTextColor(255, 255, 255);
textBillboard.setColor(0, 205, 170);
Space.log(textBillboard.text()); // CoScenes

var textBillboard1 = Scene.createTextBillboard(0,1,1);
textBillboard1.setText('0,1,1');
textBillboard1.setBackgroundColor(79, 44, 108);
textBillboard1.setFontSize(0.3);
textBillboard1.setLying(false);
textBillboard1.setSize(0.8, 1);
textBillboard1.setTextColor(255, 255, 255);
textBillboard1.setColor(0, 205, 170);
Space.log(textBillboard1.text()); // CoScenes

var textBillboard2 = Scene.createTextBillboard(1,0, 1);
textBillboard2.setText('1,0,1');
textBillboard2.setBackgroundColor(79, 44, 108);
textBillboard2.setFontSize(0.3);
textBillboard2.setLying(false);
textBillboard2.setSize(0.8, 1);
textBillboard2.setTextColor(255, 255, 255);
textBillboard2.setColor(0, 205, 170);
Space.log(textBillboard2.text()); // CoScenes

var textBillboard3 = Scene.createTextBillboard(1,1, 1);
textBillboard3.setText('1,1,1');
textBillboard3.setBackgroundColor(79, 44, 108);
textBillboard3.setFontSize(0.3);
textBillboard3.setLying(false);
textBillboard3.setSize(0.8, 1);
textBillboard3.setTextColor(255, 255, 255);
textBillboard3.setColor(0, 205, 170);
Space.log(textBillboard3.text()); // CoScenes


var textBillboard4 = Scene.createTextBillboard(0,-1, 1);
textBillboard4.setText('0,-1,1');
textBillboard4.setBackgroundColor(79, 44, 108);
textBillboard4.setFontSize(0.3);
textBillboard4.setLying(false);
textBillboard4.setSize(0.8, 1);
textBillboard4.setTextColor(255, 255, 255);
textBillboard4.setColor(0, 205, 170);
Space.log(textBillboard4.text()); // CoScenes

var textBillboard5 = Scene.createTextBillboard(-1,0, 1);
textBillboard5.setText('-1,0,1');
textBillboard5.setBackgroundColor(79, 44, 108);
textBillboard5.setFontSize(0.3);
textBillboard5.setLying(false);
textBillboard5.setSize(0.8, 1);
textBillboard5.setTextColor(255, 255, 255);
textBillboard5.setColor(0, 205, 170);
Space.log(textBillboard5.text()); // CoScenes

var textBillboard5 = Scene.createTextBillboard(-1,0, 1);
textBillboard5.setText('-1,0,1');
textBillboard5.setBackgroundColor(79, 44, 108);
textBillboard5.setFontSize(0.3);
textBillboard5.setLying(false);
textBillboard5.setSize(0.8, 1);
textBillboard5.setTextColor(255, 255, 255);
textBillboard5.setColor(0, 205, 170);
Space.log(textBillboard5.text()); // CoScenes

var textBillboard6 = Scene.createTextBillboard(-1,1, 1);
textBillboard6.setText('-1,1,1');
textBillboard6.setBackgroundColor(79, 44, 108);
textBillboard6.setFontSize(0.3);
textBillboard6.setLying(false);
textBillboard6.setSize(0.8, 1);
textBillboard6.setTextColor(255, 255, 255);
textBillboard6.setColor(0, 205, 170);
Space.log(textBillboard6.text()); // CoScenes

var textBillboard7 = Scene.createTextBillboard(-1,-1, 1);
textBillboard7.setText('-1,-1,1');
textBillboard7.setBackgroundColor(79, 44, 108);
textBillboard7.setFontSize(0.3);
textBillboard7.setLying(false);
textBillboard7.setSize(0.8, 1);
textBillboard7.setTextColor(255, 255, 255);
textBillboard7.setColor(0, 205, 170);
Space.log(textBillboard7.text()); // CoScenes

var textBillboard8 = Scene.createTextBillboard(1,-1, 1);
textBillboard8.setText('1,-1,1');
textBillboard8.setBackgroundColor(79, 44, 108);
textBillboard8.setFontSize(0.3);
textBillboard8.setLying(false);
textBillboard8.setSize(0.8, 1);
textBillboard8.setTextColor(255, 255, 255);
textBillboard8.setColor(0, 205, 170);
Space.log(textBillboard8.text()); // CoScenes

var textBillboard9 = Scene.createTextBillboard(5,5, 1);
textBillboard9.setText('5,5,1');
textBillboard9.setBackgroundColor(79, 44, 108);
textBillboard9.setFontSize(0.3);
textBillboard9.setLying(false);
textBillboard9.setSize(0.8, 1);
textBillboard9.setTextColor(255, 255, 255);
textBillboard9.setColor(0, 205, 170);
Space.log(textBillboard9.text()); // CoScenes

var textBillboard10 = Scene.createTextBillboard(10,10, 1);
textBillboard10.setText('10,10,1');
textBillboard10.setBackgroundColor(79, 44, 108);
textBillboard10.setFontSize(0.3);
textBillboard10.setLying(false);
textBillboard10.setSize(0.8, 1);
textBillboard10.setTextColor(255, 255, 255);
textBillboard10.setColor(0, 205, 170);
Space.log(textBillboard10.text()); // CoScenes

var textBillboard11 = Scene.createTextBillboard(15,15, 1);
textBillboard11.setText('15,15,1');
textBillboard11.setBackgroundColor(79, 44, 108);
textBillboard11.setFontSize(0.3);
textBillboard11.setLying(false);
textBillboard11.setSize(0.8, 1);
textBillboard11.setTextColor(255, 255, 255);
textBillboard11.setColor(0, 205, 170);
Space.log(textBillboard11.text()); // CoScenes

var textBillboard12 = Scene.createTextBillboard(15,25, 5);
textBillboard12.setText('15,25,5');
textBillboard12.setBackgroundColor(79, 44, 108);
textBillboard12.setFontSize(0.3);
textBillboard12.setLying(false);
textBillboard12.setSize(0.8, 1);
textBillboard12.setTextColor(255, 255, 255);
textBillboard12.setColor(0, 205, 170);
Space.log(textBillboard12.text()); // CoScenes

var textBillboard13 = Scene.createTextBillboard(15,25,10);
textBillboard13.setText('15,25,10');
textBillboard13.setBackgroundColor(79, 44, 108);
textBillboard13.setFontSize(0.3);
textBillboard13.setLying(false);
textBillboard13.setSize(0.8, 1);
textBillboard13.setTextColor(255, 255, 255);
textBillboard13.setColor(0, 205, 170);
Space.log(textBillboard12.text()); // CoScenes