We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7c441 commit a5a39a3Copy full SHA for a5a39a3
voxec.h
@@ -573,6 +573,7 @@ namespace {
573
{"grid", left.format() + " - " + right.format()},
574
{"bounds", voxels->bounds()[0].format() + " - " + voxels->bounds()[1].format()},
575
{"world", left_world.format() + " - " + right_world.format()},
576
+ {"bits", (long)voxels->value_bits()}
577
};
578
}
579
return {};
0 commit comments