Files
OpenSpace/data/scene/enlil/enlil.mod
T
2016-02-21 01:52:48 +01:00

34 lines
1018 B
Modula-2

f = 1;
return {
-- Volume module
{
Name = "Enlil",
Parent = "Root",
Ephemeris = {
Type = "Static",
Position = { 0.0, 0.0, 0.0, 0}
},
RenderableToggle = "e",
Renderable = {
Type = "RenderableVolumeGL",
---[[
BoxScaling = { f, f, f},
VolumeName = "EnlilVolume",
Volume = "${OPENSPACE_DATA}/enlil/Hong_Xie_120312_SH_1.enlil.0016.cdf",
Hints = {
Dimensions = {256, 30, 90},
-- Dimensions = {512, 90, 180},
Model = "ENLIL",
Variable = "rho",
Cache = true,
},
TransferFunctionName = "EnlilTF",
TransferFunction = "transferfunctions/t2.txt",
-- TransferFunction = "transferfunctions/t1.txt",
Sampler = "sampler.glsl",
--]]
},
GuiName = "/Volumes/Volume"
}
}