Debug
The Debug { }
subnode of the Body { }
node describes the various debugging properties of the body.
Example #
Debug
{
exportMesh = true
update = true
showSOI = false
}
|Property|Format|Description|
|exportMesh|Boolean|Whether Kopernicus should save a .bin file containing the ScaledSpace mesh. Defaults to true
.|
|update|Boolean|Whether Kopernicus should be forced to update the ScaledSpace mesh. Defaults to false
.|
|showSOI|Boolean|Whether a wire frame should be displayed to show the body's SOI. Defaults to false
.|
Notes #
The most common use of the Debug node is to bypass cache files so they don't have to be deleted every time a change is made. For this you want Kopernicus to both regenerate the mesh AND ignore the cache file.
Debug
{
exportMesh = false
update = true
}