add filters in python bindings

This commit is contained in:
AndreaRigoni
2026-03-05 15:03:19 +00:00
parent 42db99759f
commit 554eff9b55
8 changed files with 269 additions and 8 deletions

View File

@@ -90,7 +90,8 @@ struct Voxel {
} // namespace Interface
struct Voxel {
Scalarf Value;
Scalarf Value = 0.0f;
Scalari Count = 0;
};
////////////////////////////////////////////////////////////////////////////////