mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-29 23:39:26 -05:00
started adding on calculatePosition. Does not complie yet
This commit is contained in:
@@ -63,16 +63,17 @@ local addSatelliteGroupObjects = function(group, tleFolder, shouldAddDuplicates)
|
||||
-- File = file
|
||||
-- },
|
||||
|
||||
PathInfo = "bubbis",
|
||||
SegmentsInfo = 1,
|
||||
EccentricityColumnInfo = "bubbis",
|
||||
SemiMajorAxisColumnInfo = "bubbis",
|
||||
SemiMajorAxisUnitInfo = 1,
|
||||
InclinationColumnInfo = "bubbis",
|
||||
AscendingNodeColumnInfo = "bubbis",
|
||||
ArgumentOfPeriapsisColumnInfo = "bubbis",
|
||||
MeanAnomalyAtEpochColumnInfo = "bubbis",
|
||||
EpochColumnInfo = "bubbis",
|
||||
Path = file,
|
||||
|
||||
Segments = 160,
|
||||
EccentricityColumn = "bubbis",
|
||||
SemiMajorAxisColumn = "bubbis",
|
||||
SemiMajorAxisUnit = 1,
|
||||
InclinationColumn = "bubbis",
|
||||
AscendingNodeColumn = "bubbis",
|
||||
ArgumentOfPeriapsisColumn = "bubbis",
|
||||
MeanAnomalyAtEpochColumn = "bubbis",
|
||||
EpochColumn = "bubbis",
|
||||
|
||||
},
|
||||
GUI = {
|
||||
|
||||
@@ -4,15 +4,15 @@ local propertyHelper = asset.require('util/property_helper')
|
||||
|
||||
-- Specifying which other assets should be loaded in this scene
|
||||
asset.require('spice/base')
|
||||
assetHelper.requestAll(asset, 'scene/solarsystem/sun')
|
||||
--assetHelper.requestAll(asset, 'scene/solarsystem/sun')
|
||||
asset.require('scene/solarsystem/planets/earth/earth')
|
||||
assetHelper.requestAll(asset, 'scene/digitaluniverse')
|
||||
--assetHelper.requestAll(asset, 'scene/digitaluniverse')
|
||||
-- Load default key bindings applicable to most scenes
|
||||
asset.require('util/default_keybindings')
|
||||
asset.require('util/default_dashboard')
|
||||
asset.require('util/default_joystick')
|
||||
--asset.require('util/default_dashboard')
|
||||
--asset.require('util/default_joystick')
|
||||
|
||||
asset.require('util/webgui')
|
||||
--asset.require('util/webgui')
|
||||
|
||||
--asset.request('customization/globebrowsing')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user