more pr comments fixed

This commit is contained in:
ElonOlsson
2021-09-10 17:11:44 -04:00
parent cd4ebd7532
commit 505215964a
21 changed files with 693 additions and 852 deletions

View File

@@ -39,12 +39,10 @@ local fieldlines = {
Type = "RenderableFieldlinesSequence",
SourceFolder = fieldlinesDirectory,
AlphaBlendlingEnabled = false,
InputFileType = "osfls",
InputFileType = "Osfls",
ColorTablePaths = {
asset.localResource("transferfunctions/density-fieldlines.txt"),
asset.localResource("transferfunctions/velocity-fieldlines.txt")
--masDensityColorTable,
--masVelocityColorTable,
},
ColorTableMinMax = {
{ 0, 1000000 },

View File

@@ -1,12 +1,6 @@
local assetHelper = asset.require('util/asset_helper')
local heliosphereTransforms = asset.require('scene/solarsystem/sun/transforms_heliosphere')
--local transferFunctions = asset.localResource("transferfunctions")
local fluxnodeColorTable = asset.localResource("transferfunctions/flux-nodes.txt")
local fluxnodeColorTableCMR = asset.localResource("transferfunctions/CMR.txt")
local fluxnodeColorTableEarth = asset.localResource("transferfunctions/flux-nodes-grey-scale.txt")
local fluxnodeColorTableFlow = asset.localResource("transferfunctions/flux-nodes-flow.txt")
local fluxnodesBinaries = asset.syncedResource({
Name = "Bastille day Flux nodes binaries",
Type = "HttpSynchronization",
@@ -39,18 +33,14 @@ local Fluxnodes = {
Type = "RenderableFluxNodes",
SourceFolder = fluxnodesBinaries,
ColorTablePaths = {
--Standard = fluxnodeColorTable,
Standard = asset.localResource("transferfunctions/flux-nodes.txt"),
--CMR = fluxnodeColorTableCMR,
CMR = asset.localResource("transferfunctions/CMR.txt"),
--Earth = fluxnodeColorTableEarth,
Earth = asset.localResource("transferfunctions/flux-nodes-grey-scale.txt"),
--Flow = fluxnodeColorTableFlow,
Flow = asset.localResource("transferfunctions/flux-nodes-flow.txt")
},
LoadAtRuntime = true,
ScaleToMeters = 1.0,
--ScaleToMeters = 1.0,
SecondsBefore = 24*60*60,
SecondsAfter = 24*60*60,
Enabled = true

View File

@@ -18,7 +18,7 @@ local earthMagnetosphere = {
SourceFolder = fieldlinesDirectory,
LineWidth = 1.0,
AlphaBlendlingEnabled = false,
InputFileType = "osfls", -- openspace Field lines Sequence
InputFileType = "Osfls", -- openspace Field lines Sequence
MaskingEnabled = true,
MaskingQuantity = 5, -- corresponds to "topology"
MaskingRanges = {{-0, 0}},