-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathinfo.json
More file actions
29 lines (29 loc) · 682 Bytes
/
info.json
File metadata and controls
29 lines (29 loc) · 682 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
{
"type" : "I/O",
"name" : "Mesh I/O",
"version" : "0.1.0",
"icon" : ":/asmaloney/MeshIO/images/icon.svg",
"description": "Import mesh formats using the Open Asset Import Library library. Currently reads glTF, COLLADA, and IFC.",
"authors" : [
{
"name" : "Andy Maloney",
"email" : "asmaloney@gmail.com"
}
],
"maintainers" : [
{
"name" : "Andy Maloney",
"email" : "asmaloney@gmail.com"
}
],
"references" : [
{
"text" : "MeshIO uses the Open Asset Import Library library",
"url" : "https://github.com/assimp/assimp"
},
{
"text" : "Icon by qubodup is Public Domain",
"url" : "https://openclipart.org/detail/168258/3d-cube-icon"
}
]
}