mirror of
https://github.com/lubosz/overte.git
synced 2025-04-06 21:02:32 +02:00
19 lines
315 B
JSON
19 lines
315 B
JSON
{
|
|
"importFormats" : [
|
|
{
|
|
"extension": "png",
|
|
"description": "Square PNG",
|
|
"icon": "raster.svg"
|
|
},
|
|
{
|
|
"extension": "svo",
|
|
"description": "Sparse Voxel Octree Files",
|
|
"icon": "voxel.svg"
|
|
},
|
|
{
|
|
"extension": "schematic",
|
|
"description": "Schematic Files",
|
|
"icon": "voxel.svg"
|
|
}
|
|
]
|
|
}
|