mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-23 12:58:52 -05:00
Edit transferfunction colors and domain value / radius ratio
This commit is contained in:
committed by
Matthias Berg
parent
1df58e3588
commit
69fda8e38e
@@ -31,7 +31,7 @@ local Mas_MHD = {
|
||||
},
|
||||
Scale = {
|
||||
Type = "StaticScale",
|
||||
Scale = 1.1 * sunRadius
|
||||
Scale = 0.8 * sunRadius
|
||||
}
|
||||
},
|
||||
GUI = {
|
||||
|
||||
@@ -2,15 +2,17 @@ width 2048
|
||||
lower 0.0
|
||||
upper 1.0
|
||||
|
||||
mappingkey 0.000001 250 50 50 5
|
||||
mappingkey 0.000015 0 250 250 250
|
||||
mappingkey 0.00025 250 20 250 50
|
||||
mappingkey 0.004 250 250 250 200
|
||||
mappingkey 0.06 150 250 250 200
|
||||
mappingkey 0.000001 50 50 250 2
|
||||
mappingkey 0.000015 250 250 250 250
|
||||
mappingkey 0.00025 70 170 255 250
|
||||
mappingkey 0.004 120 230 255 250
|
||||
mappingkey 0.0045 255 220 180 250
|
||||
mappingkey 0.06 255 150 120 250
|
||||
mappingkey 0.1 255 50 20 250
|
||||
|
||||
mappingkey 0.15 250 0 0 200
|
||||
mappingkey 0.20 250 0 0 20
|
||||
mappingkey 0.35 250 20 0 20
|
||||
mappingkey 0.40 250 0 0 0
|
||||
mappingkey 0.60 250 0 0 0
|
||||
mappingkey 0.80 0 0 200 255
|
||||
mappingkey 0.20 250 0 0 200
|
||||
mappingkey 0.35 250 20 0 200
|
||||
mappingkey 0.40 250 0 0 200
|
||||
mappingkey 0.60 250 0 0 200
|
||||
mappingkey 0.80 250 0 0 255
|
||||
|
||||
@@ -4,6 +4,6 @@ return {
|
||||
MaxValue=1.000000E0,
|
||||
MinValue=0,
|
||||
Time="2017-08-21T00:17:00.001",
|
||||
UpperDomainBound={1.500000E1,9.000000E1,3.600000E2},
|
||||
UpperDomainBound={2.500000E1,9.000000E1,3.600000E2},
|
||||
VisUnit="amu/cm^3",
|
||||
}
|
||||
Reference in New Issue
Block a user