forked from F3XTeam/RBX-Building-Tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathThumbnailCamera.model.json
More file actions
38 lines (38 loc) · 882 Bytes
/
ThumbnailCamera.model.json
File metadata and controls
38 lines (38 loc) · 882 Bytes
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
{
"ClassName": "Camera",
"Properties": {
"CameraType": "Custom",
"CFrame": [-9.0008564, 15.5936575, 0.905942082, -1, 0, 0, 0, 0.156434327, 0.987688363, 0, 0.987688363, -0.156434327],
"Focus": [-8.92682648, 13.9856577, 1.1120261, 1, 0, 0, 0, 1, 0, 0, 0, 1]
},
"Children": [
{
"Name": "ThumbnailPart",
"ClassName": "Part",
"Properties": {
"Size": [0.7, 0.7, 0.2],
"CFrame": [-9, 15, 1, 1, 0, 0, 0, 0.1564316, -0.987691224, 0, 0.987691224, 0.1564316],
"Transparency": 1,
"Anchored": true,
"CanCollide": false
},
"Children": [
{
"Name": "Decal",
"ClassName": "Decal",
"Properties": {
"Texture": "rbxassetid://455573525",
"Face": "Front"
}
},
{
"Name": "ThumbnailClearer",
"ClassName": "Script",
"Properties": {
"Source": "script.Parent:Destroy()"
}
}
]
}
]
}