forked from tinchoforever/belisario.com.ar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
132 lines (101 loc) · 6.62 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<head>
<title>Belisario, el pequeño gran héroe del cosmos - serie animada fulldome -</title>
<!-- Twitter iframe embed -->
<meta name="twitter:site" content="@belisario_fulld">
<meta name="twitter:title" content="Belisario, el pequeño gran héroe del cosmos">
<meta name="twitter:description" content="Belisario, el pequeño gran héroe del cosmos. Una serie animada fulldome producida por el Planetario Ciudad de La Plata junto a Celeste Estudio Creativo y Cut to the Chase.">
<meta name="twitter:image" content="https://belisario.herokuapp.com/no-vr/imgs/belisarioescape.jpg">
<meta name="twitter:player" content="https://belisario.herokuapp.com/index.html">
<meta name="twitter:player:width" content="600">
<meta name="twitter:player:height" content="370">
<!-- Facebook iframe embed -->
<meta property="og:title" content="Belisario, el pequeño gran héroe del cosmos">
<meta property="og:url" content="https://belisario.herokuapp.com/">
<meta property="og:description" content="Belisario, el pequeño gran héroe del cosmos. Una serie animada fulldome producida por el Planetario Ciudad de La Plata junto a Celeste Estudio Creativo y Cut to the Chase.">
<meta property="og:type" content="video.movie" />
<meta property="og:image" content="https://belisario.herokuapp.com//no-vr/imgs/belisarioescape.jpg" />
<script src="aframe.min.js"></script>
<script src="scripts/aframe-gif-shader.js"></script>
</head>
<link rel="stylesheet" href="styles/main.css">
<body>
<a-scene>
<a-assets>
<img id="cardboard" src="img/cardboard.png">
<img id="titulo01" src="titulos.png">
<img id="sphere360-01" src="images/360-01.jpg">
<img id="sphere360-02" src="images/360-02.jpg">
<img id="textura00" src="images/escena-01.png">
<img id="textura01" src="images/escena-02.png">
<img id="textura02" src="images/escena-03.png">
<img id="textura03" src="images/escena-04.png">
<img id="textura04" src="images/escena-05.png">
<img id="textura05" src="images/escena-06.png">
<img id="textura06" src="images/escena-07.png">
<img id="textura07" src="images/escena-08.png">
<img id="textura08" src="images/escena-09.png">
<img id="textura09" src="images/escena-10.png">
</a-assets>
<a-image src="#titulo01" opacity="0" look-at="#miradas-cam" position="0 2 -260" width="300" height="300">
<a-animation attribute="opacity" from="0" to="1" begin="0" dur="5000"> </a-animation>
<a-animation attribute="opacity" from="1" to="0" begin="5000" dur="5000"> </a-animation>
<a-animation attribute="visible" begin="10000" to="false"></a-animation>
</a-image>
<a-entity position="0 0 0"
rotation="90 0 0" geometry="primitive: circle; radius: 4"
material="color: transparent">
<a-animation attribute="rotation"
dur="10000"
easing="linear"
to="90 0 360"
repeat="indefinite"></a-animation>
<a-entity rotation="270 -180 180"
position="0 3 -0.5"
geometry="primitive:plane;"
material="shader:gif;side:double;src:url(belisariocorre_v01.gif);transparent:true;opacity:1;">
</a-entity>
</a-entity>
<!-- Cielos -->
<a-sky src="#sphere360-01" opacity="0" visibility="false" rotation="0 -75 0">
<a-animation attribute="visible" begin="8000" to="true" id="firstPlay"></a-animation>
<a-animation attribute="opacity" from="0" to="1"
begin="8000" dur="5000">
</a-animation>
<a-animation attribute="opacity" from="1" to="0"
begin="40000" dur="5000">
</a-animation>
<a-animation attribute="visible" begin="45000" to="false"></a-animation>
</a-sky>
<a-sky src="#sphere360-02" opacity="0" visibility="false" rotation="0 -75 0">
<a-animation attribute="visible" begin="40000" to="true" id="firstPlay"></a-animation>
<a-animation attribute="opacity" from="0" to="1"
begin="40000" dur="5000">
</a-animation>
<a-animation attribute="opacity" from="1" to="0"
begin="80000" dur="5000">
</a-animation>
<a-animation attribute="visible" begin="85000" to="false"></a-animation>
</a-sky>
<a-plane id="plano00" class="foto" src="#textura00" color="#FFF" height="1" width="1" position="0 1.6 -1" look-at="[camera]"></a-plane>
<a-plane id="plano01" class="foto" src="#textura01" color="#FFF" height="1" width="1" position="0 1.6 -1" look-at="[camera]"></a-plane>
<a-plane id="plano02" class="foto" src="#textura02" color="#FFF" height="1" width="1" position="0 1.6 -1" look-at="[camera]"></a-plane>
<a-plane id="plano03" class="foto" src="#textura03" color="#FFF" height="1" width="1" position="0 1.6 -1" look-at="[camera]"></a-plane>
<a-plane id="plano04" class="foto" src="#textura04" color="#FFF" height="1" width="1" position="0 1.6 -1" look-at="[camera]"></a-plane>
<a-plane id="plano05" class="foto" src="#textura05" color="#FFF" height="1" width="1" position="0 1.6 -1" look-at="[camera]"></a-plane>
<a-plane id="plano06" class="foto" src="#textura06" color="#FFF" height="1" width="1" position="0 1.6 -1" look-at="[camera]"></a-plane>
<a-plane id="plano07" class="foto" src="#textura07" color="#FFF" height="1" width="1" position="0 1.6 -1" look-at="[camera]"></a-plane>
<a-plane id="plano08" class="foto" src="#textura08" color="#FFF" height="1" width="1" position="0 1.6 -1" look-at="[camera]"></a-plane>
<a-plane id="plano09" class="foto" src="#textura09" color="#FFF" height="1" width="1" position="0 1.6 -1" look-at="[camera]"></a-plane>
<a-camera id="miradas-cam" camera universal-controls mouse-controls position="0 1 0">
<a-entity id="soundtrack" geometry="primitive: plane" material="color: transparent" look-at="#miradas-cam" sound="src:soundtrack.mp3; loop:true;autoplay:true;volume:0.5;" position="0 0 1"></a-entity>
</a-scene>
<script src="scripts/app.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'xxxxx', 'auto');
ga('send', 'pageview');
</script>
</body>