mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 11:18:22 -05:00
quick task fix
This commit is contained in:
committed by
ElonOlsson
parent
06e79f16ed
commit
0ad503f1ea
@@ -21,7 +21,7 @@ for i=1,length do
|
||||
|
||||
tasks[#tasks+1] = {
|
||||
Type = "GenerateRawVolumeTask", -- fix name
|
||||
Dimensions = {32, 32, 32},
|
||||
Dimensions = {32, 32, 32},
|
||||
LowerDomainBound = {-0.5, -0.5, -0.5},
|
||||
UpperDomainBound = {0.5, 0.5, 0.5},
|
||||
ValueFunction = fn,
|
||||
|
||||
Reference in New Issue
Block a user