Skip to content

Commit e34b711

Browse files
committed
add TODO note about sparse volume grid categorical data
1 parent 8ac360d commit e34b711

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/sparse_volume_grid_scalar_quantity.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ void SparseVolumeGridCellScalarQuantity::buildCellInfoGUI(size_t cellInd) {
9393
// ========== Node Scalar ==========
9494
// ========================================================
9595

96+
// TODO: this currently does not nicely support categorical data. Consider adding a rule for proper nearest
97+
// interpolation.
98+
9699
SparseVolumeGridNodeScalarQuantity::SparseVolumeGridNodeScalarQuantity(std::string name, SparseVolumeGrid& grid,
97100
const std::vector<glm::ivec3>& nodeIndices,
98101
const std::vector<float>& nodeValues,

0 commit comments

Comments
 (0)