forked from webaverse/app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.scn
85 lines (85 loc) · 2.13 KB
/
home.scn
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
{
"objects": [
{
"name": "home",
"position": [0, 0, 0],
"quaternion": [0, 0, 0, 1],
"scale": [1, 1, 1],
"start_url": "https://avaer.github.io/home/home.glb",
"physics": true
},
{
"name": "physicscube",
"position": [0, 0, 0],
"quaternion": [0, 0, 0, 1],
"scale": [1, 1, 1],
"start_url": "https://avaer.github.io/physicscube/index.js"
},
{
"name": "weapons",
"position": [-4, 0, -2],
"quaternion": [0, 0.7071067811865475, 0, 0.7071067811865475],
"scale": [1, 1, 1],
"start_url": "https://avaer.github.io/weapons/index.js"
},
{
"name": "hookshot",
"position": [0, 1, 0],
"quaternion": [0, 0, 0, 1],
"scale": [1, 1, 1],
"start_url": "https://avaer.github.io/hookshot/index.js"
},
{
"name": "lightsaber",
"position": [0, 1, 0],
"quaternion": [0, 0, 0, 1],
"scale": [1, 1, 1],
"start_url": "https://avaer.github.io/lightsaber/index.js"
},
{
"name": "cv",
"position": [-2, 0, -12],
"quaternion": [0, 0, 0, 1],
"scale": [1, 1, 1],
"filename": "cv.url",
"content": "https://cv.webaverse.com/"
},
{
"name": "dcl",
"position": [2, 0, -12],
"quaternion": [0, 0, 0, 1],
"scale": [1, 1, 1],
"filename": "cv.url",
"content": "https://dcl.webaverse.com/"
},
{
"name": "h",
"position": [0, 0, -12],
"quaternion": [0, 0, 0, 1],
"scale": [1, 1, 1],
"filename": "h.url",
"content": "https://h.webaverse.com/"
},
{
"name": "camera",
"position": [0, 0, 0],
"quaternion": [0, 0, 0, 1],
"scale": [1, 1, 1],
"start_url": "https://avaer.github.io/camera/index.js"
},
{
"name": "planet",
"position": [0, 0, 0],
"quaternion": [0, 0, 0, 1],
"scale": [1, 1, 1],
"start_url": "https://avaer.github.io/planet/index.js"
},
{
"name": "land",
"position": [-20, 2, 0],
"quaternion": [0, 0, 0, 1],
"scale": [1, 1, 1],
"start_url": "https://avaer.github.io/land/index.js"
}
]
}