-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathentity-3.glb
52 lines (52 loc) · 1.25 KB
/
entity-3.glb
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
{
"asset": {
"generator": "Hubs Entity Generator",
"version": "2.0"
},
"extensionsUsed": [
"MOZ_hubs_components"
],
"extensions": {
"MOZ_hubs_components": {
"version": 3
}
},
"scene": 0,
"scenes": [
{
"name": "Scene",
"nodes": [
0
]
}
],
"nodes": [
{
"extensions": {
"MOZ_hubs_components": {
"geometry": {
"primitive": "dodecahedron"
},
"normal-material": "",
"animation": {
"property": "rotation",
"from": {
"x": 0,
"y": 0,
"z": 0
},
"to": {
"x": 0,
"y": 360,
"z": 0
},
"loop": true,
"dur": 3000,
"easing": "linear"
}
}
},
"name": "Entity"
}
]
}