We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac360d commit e34b711Copy full SHA for e34b711
1 file changed
src/sparse_volume_grid_scalar_quantity.cpp
@@ -93,6 +93,9 @@ void SparseVolumeGridCellScalarQuantity::buildCellInfoGUI(size_t cellInd) {
93
// ========== Node Scalar ==========
94
// ========================================================
95
96
+// TODO: this currently does not nicely support categorical data. Consider adding a rule for proper nearest
97
+// interpolation.
98
+
99
SparseVolumeGridNodeScalarQuantity::SparseVolumeGridNodeScalarQuantity(std::string name, SparseVolumeGrid& grid,
100
const std::vector<glm::ivec3>& nodeIndices,
101
const std::vector<float>& nodeValues,
0 commit comments