Skip to content

Commit a8def7f

Browse files
committed
remove obsolete NVDB volume parameter
1 parent b09dda1 commit a8def7f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tsd/src/tsd/authoring/importers/import_NVDB.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,6 @@ SpatialFieldRef import_NVDB(Context &ctx, const char *filepath)
102102
auto gridData = ctx.createArray(ANARI_UINT8, grid.size());
103103
std::memcpy(gridData->map(), grid.data(), grid.size());
104104
gridData->unmap();
105-
106-
// gridData is the parameter name used by visionaray. Keep this for now
107-
// waiting for the switch to the more general data named parameter, as used
108-
// by the structured reguar field type.
109-
field->setParameterObject("gridData", *gridData);
110105
field->setParameterObject("data", *gridData);
111106

112107
logStatus("[import_NVDB] ...done!");

0 commit comments

Comments
 (0)