-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
180 lines (151 loc) · 12.3 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>History of Games Action Adventure</title>
<script src="https://aframe.io/releases/1.0.4/aframe.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aframe-look-at-component.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aframe-event-set-component.min.js"></script>
<script src="https://raw.githack.com/AR-js-org/AR.js/master/aframe/build/aframe-ar-nft.js"></script>
</head>
<body style="margin: 0; overflow: hidden">
<a-scene
vr-mode-ui="enabled: false"
embedded
isMobile = "true"
arjs=" debugUIEnabled: false;"
>
<a-entity id="rig" position="0 5 50" >
<a-camera id="camera" spectator="true" rotation-reader>
<a-cursor
fuse="true"
fuse-timeout="1000"
animation__fusing="property: scale; startEvents: fusing; easing: linear; dur: 1000; from: 1 1 1; to: 0.1 0.1 0.1"
animation__mouseleave="property: scale; startEvents: mouseleave; easing: easeInCubic; dur: 500; to: 1 1 1"
></a-cursor>
</a-camera>
</a-entity>
<a-entity rotation="10 0 0">
<a-entity class="orbit" animation="property: rotation; from: 0 27.7 0; to: 0 387.7 0; loop: true; dur: 50000; easing: linear">
<a-sphere id="lens1" shadow="receive: true" roughness="0.3" link="href: ./pages/lens1.html" color="#e74c3c" position="0 0 20" radius="1"
event-set__enter="_event: mouseenter; material.color: #2ecc71 "
event-set__leave="_event: mouseleave; material.color: #e74c3c"
>
<a-text position="0 1.3 0" scale="2 2" align="center" value="Lens of Core Game Elements" look-at="#camera" "></a-text>
</a-sphere >
<a-entity
link="href: ./pages/lens15.html"
geometry="primitive: sphere; radius: 1.5"
material="color: #FFF; shader: flat"
light="color: #DDDDFF; distance: 120; intensity: 2; castShadow: true; type: point"
position="0 0 0" >
<a-text position="0 2 0" scale="2 2" align="center" value="Why Half-Life" look-at="#camera"></a-text>
</a-entity >
</a-entity>
<a-entity class="orbit" animation="property: rotation; from: 0 360 0; to: 0 0 0; loop: true; dur: 30000; easing: linear">
<a-sphere shadow="receive: true" id="lens15" link="href: ./pages/References.html" roughness="0.3" color="#f1c40f" position="0 0 10" radius="0.5"
event-set__enter="_event: mouseenter; material.color: #2ecc71 "
event-set__leave="_event: mouseleave; material.color: #f1c40f" >
<a-text position="0 0.9 0" scale="2 2" align="center" value="References" look-at="#camera"></a-text>
<a-entity animation="property: rotation; from: 0 360 0; to: 0 0 0; loop: true; dur: 8000; easing: linear" shadow="receive: true">
<a-sphere id="lens15" link="href: ./pages/References.html" roughness="0.3" color="pink" position="0 0 1.5" radius="0.2"
event-set__enter="_event: mouseenter; material.color: #2ecc71 "
event-set__leave="_event: mouseleave; material.color: pink" >
</a-sphere >
</a-entity>
</a-sphere >
</a-entity>
<a-entity class="orbit" shadow="receive: true" animation="property: rotation; from: 0 55.4 0; to: 0 415.4 0; loop: true; dur: 50000; easing: linear">
<a-sphere id="lens2" roughness="0.3" link="href: ./pages/lens2.html" color="#e74c3c" position="0 0 20" radius="1"
event-set__enter="_event: mouseenter; material.color: #2ecc71 "
event-set__leave="_event: mouseleave; material.color: #e74c3c" >
<a-text position="0 1.3 0" scale="2 2" align="center" value="Lenses of Target Audience & Gameplay Experience" look-at="#camera"></a-text>
</a-sphere >
</a-entity>
<a-entity class="orbit" shadow="receive: true" animation="property: rotation; from: 0 83.1 0; to: 0 443.1 0; loop: true; dur: 50000; easing: linear">
<a-sphere id="lens3" roughness="0.3" link="href: ./pages/lens3.html" color="#e74c3c" position="0 0 20" radius="1"
event-set__enter="_event: mouseenter; material.color: #2ecc71 "
event-set__leave="_event: mouseleave; material.color: #e74c3c" >
<a-text position="0 1.3 0" scale="2 2" align="center" value="Lens of Encounter" look-at="#camera" "></a-text>
</a-sphere >
</a-entity>
<a-entity class="orbit" shadow="receive: true" animation="property: rotation; from: 0 110.8 0; to: 0 470.8 0; loop: true; dur: 50000; easing: linear">
<a-sphere id="lens4" roughness="0.3" link="href: ./pages/lens4.html" color="#e74c3c" position="0 0 20" radius="1"
event-set__enter="_event: mouseenter; material.color: #2ecc71 "
event-set__leave="_event: mouseleave; material.color: #e74c3c" >
<a-text position="0 1.3 0" scale="2 2" align="center" value="Lens of Sensation" look-at="#camera" "></a-text>
</a-sphere >
</a-entity>
<a-entity class="orbit" shadow="receive: true" animation="property: rotation; from: 0 138.5 0; to: 0 498.5 0; loop: true; dur: 50000; easing: linear">
<a-sphere id="lens5" roughness="0.3" link="href: ./pages/lens5.html" color="#e74c3c" position="0 0 20" radius="1"
event-set__enter="_event: mouseenter; material.color: #2ecc71 "
event-set__leave="_event: mouseleave; material.color: #e74c3c" >
<a-text position="0 1.3 0" scale="2 2" align="center" value="Lens of Memory" look-at="#camera" "></a-text>
</a-sphere >
</a-entity>
<a-entity class="orbit" shadow="receive: true" animation="property: rotation; from: 0 166.2 0; to: 0 526.2 0; loop: true; dur: 50000; easing: linear">
<a-sphere id="lens6" roughness="0.3" link="href: ./pages/lens6.html" color="#e74c3c" position="0 0 20" radius="1"
event-set__enter="_event: mouseenter; material.color: #2ecc71 "
event-set__leave="_event: mouseleave; material.color: #e74c3c" >
<a-text position="0 1.3 0" scale="2 2" align="center" value="Lens of Thought/Thinking" look-at="#camera" "></a-text>
</a-sphere >
</a-entity>
<a-entity class="orbit" shadow="receive: true" animation="property: rotation; from: 0 193.9 0; to: 0 553.9 0; loop: true; dur: 50000; easing: linear">
<a-sphere id="lens7" roughness="0.3" link="href: ./pages/lens7.html" color="#e74c3c" position="0 0 20" radius="1"
event-set__enter="_event: mouseenter; material.color: #2ecc71 "
event-set__leave="_event: mouseleave; material.color: #e74c3c" >
<a-text position="0 1.3 0" scale="2 2" align="center" value="Lens of Emotion" look-at="#camera" "></a-text>
</a-sphere >
</a-entity>
<a-entity class="orbit" shadow="receive: true" animation="property: rotation; from: 0 221.6 0; to: 0 581.6 0; loop: true; dur: 50000; easing: linear">
<a-sphere id="lens8" roughness="0.3" link="href: ./pages/lens8.html" color="#e74c3c" position="0 0 20" radius="1"
event-set__enter="_event: mouseenter; material.color: #2ecc71 "
event-set__leave="_event: mouseleave; material.color: #e74c3c" >
<a-text position="0 1.3 0" scale="2 2" align="center" value="Lens of Interest Curve" look-at="#camera" "></a-text>
</a-sphere >
</a-entity>
<a-entity class="orbit" shadow="receive: true" animation="property: rotation; from: 0 249.3 0; to: 0 609.3 0; loop: true; dur: 50000; easing: linear">
<a-sphere id="lens9" roughness="0.3" link="href: ./pages/lens9.html" color="#e74c3c" position="0 0 20" radius="1"
event-set__enter="_event: mouseenter; material.color: #2ecc71 "
event-set__leave="_event: mouseleave; material.color: #e74c3c" >
<a-text position="0 1.3 0" scale="2 2" align="center" value="Lens of Freedom" look-at="#camera" "></a-text>
</a-sphere >
</a-entity>
<a-entity class="orbit" shadow="receive: true" animation="property: rotation; from: 0 277 0; to: 0 637 0; loop: true; dur: 50000; easing: linear">
<a-sphere id="lens10" roughness="0.3" link="href: ./pages/lens10.html" color="#e74c3c" position="0 0 20" radius="1"
event-set__enter="_event: mouseenter; material.color: #2ecc71 "
event-set__leave="_event: mouseleave; material.color: #e74c3c" >
<a-text position="0 1.3 0" scale="2 2" align="center" value="Lens of Play Styles" look-at="#camera" "></a-text>
</a-sphere >
</a-entity>
<a-entity class="orbit" shadow="receive: true" animation="property: rotation; from: 0 304.7 0; to: 0 664.7 0; loop: true; dur: 50000; easing: linear">
<a-sphere id="lens11" roughness="0.3" link="href: ./pages/lens11.html" color="#e74c3c" position="0 0 20" radius="1"
event-set__enter="_event: mouseenter; material.color: #2ecc71 "
event-set__leave="_event: mouseleave; material.color: #e74c3c" >
<a-text position="0 1.3 0" scale="2 2" align="center" value="Lens of Time" look-at="#camera" "></a-text>
</a-sphere >
</a-entity>
<a-entity class="orbit" shadow="receive: true" animation="property: rotation; from: 0 332.4 0; to: 0 692.4 0; loop: true; dur: 50000; easing: linear">
<a-sphere id="lens12" roughness="0.3" link="href: ./pages/lens12.html" color="#e74c3c" position="0 0 20" radius="1"
event-set__enter="_event: mouseenter; material.color: #2ecc71 "
event-set__leave="_event: mouseleave; material.color: #e74c3c" >
<a-text position="0 1.3 0" scale="2 2" align="center" value="Lens of Atmosphere" look-at="#camera" "></a-text>
</a-sphere >
</a-entity>
<a-entity class="orbit" shadow="receive: true" animation="property: rotation; from: 0 360.1 0; to: 0 720.1 0; loop: true; dur: 50000; easing: linear">
<a-sphere id="lens13" roughness="0.3" link="href: ./pages/lens13.html" color="#e74c3c" position="0 0 20" radius="1"
event-set__enter="_event: mouseenter; material.color: #2ecc71 "
event-set__leave="_event: mouseleave; material.color: #e74c3c"
>
<a-text position="0 1.3 0" scale="2 2" align="center" value="Lens of Value" look-at="#camera" "></a-text>
</a-sphere >
</a-entity>
</a-entity>
<!-- event-set__enter="_event: mouseenter; material.color: #2ecc71 "
event-set__leave="_event: mouseleave; material.color: orange"
event-set__tarE="_event: mouseenter; _target: #worldEntity; animation.dur: 99999"
event-set__tarL="_event: mouseleave; _target: #worldEntity; animation.dur: 10000; easing: linea -->
</a-scene>
</body>
</html>