Project files
Project files is helpful to quickly switch between various scenes while maintaining previous processing results. A project consists of one or several LOD folders, depending on the number of processed LODs, as well as a project file (.sgproj) which keeps track of the scenes
A project named MyProject, having two processed LODs, would be structured in the following manner:
{
"LODs": [
{
"Filename": "MyProject_LOD0\\MyProject_LOD0.ssf"
},
{
"Filename": "MyProject_LOD1\\MyProject_LOD1.ssf"
},
{
"Filename": "MyProject_LOD1\\MyProject_LOD2.ssf"
}
]
}