Issue/1299 (#1312)

Change profile file format from a custom one to JSON
This commit is contained in:
Alexander Bock
2020-10-09 17:32:30 +02:00
committed by GitHub
parent 660d2b6311
commit 50a456b87f
161 changed files with 2366 additions and 1766 deletions
+30 -22
View File
@@ -1,22 +1,30 @@
#Version
1.0
#Asset
base
scene/solarsystem/planets/earth/earth earthAsset
scene/solarsystem/planets/earth/satellites/satellites
#Property
setPropertyValue {earth_satellites}.Renderable.Enabled false
#Time
relative -1d
#Camera
goToGeo earthAsset.Earth.Identifier 58.5877 16.1924 20000000
#MarkNodes
Earth
Mars
Moon
Sun
{
"version": {
"major": 1,
"minor": 0
},
"assets": [
"base",
"scene/solarsystem/planets/earth/earth",
"scene/solarsystem/planets/earth/satellites/satellites"
],
"properties": [
{
"type": "setPropertyValue",
"name": "{earth_satellites}.Renderable.Enabled",
"value": "false"
}
],
"time": {
"type": "relative",
"value": "-1d"
},
"camera": {
"type": "goToGeo",
"anchor": "Earth",
"latitude": 58.5877,
"longitude": 16.1924,
"altitude": 20000000
},
"mark_nodes": [ "Earth", "Mars", "Moon", "Sun" ]
}