mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-23 12:40:01 -06:00
10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
return {{
|
|
Type = "GenerateRawVolumeTask",
|
|
Dimensions = {32, 32, 32},
|
|
LowerDomainBound = {-0.5, -0.5, -0.5},
|
|
UpperDomainBound = {0.5, 0.5, 0.5},
|
|
ValueFunction = "return function (x, y, z) return math.sqrt((x + 0.5)^2 + (y + 0.5)^2 + (z + 0.5)^2) end",
|
|
Time = "2018-05-04T00:00:00",
|
|
RawVolumeOutput = "${DATA}/assets/examples/generatedvolume.raw",
|
|
DictionaryOutput = "${DATA}/assets/examples/generatedvolume.dictionary"
|
|
}} |