back side cull face bug fixed

This commit is contained in:
ElonOlsson
2021-09-02 11:54:21 -04:00
parent 4e6323cd8f
commit f4b2c08d55
3 changed files with 10 additions and 7 deletions

View File

@@ -17,8 +17,11 @@ local earthMagnetosphere = {
LineWidth = 3.0,
AlphaBlendlingEnabled = false,
InputFileType = "osfls", -- openspace Field lines Sequence
--maskingEnabled = true,
--MaskingRanges = {0.0, 0.0}, -- this seem to map it to an int =0 which correspond to the topology=closed (fieldlines)
MaskingEnabled = true,
--MaskingQuantity = 5.0, -- corresponds to "topology"
--MaskingMinLimit = -0.0, -- this seem to map it to an int =0 which correspond to the topology=closed (fieldlines)
--MaskingMaxLimit = 0.0,
--MaskingRanges = {-0, 0},
LoadAtRuntime = true,
ScaleToMeters = 1.0,
SecondsBefore = 24*60*60*365*100,