Implement voxelId counter for face group stamping #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Furrowed daughters currently inherit parent face groups. If the parent was a linked compound (multi-group), daughters also have multi-group faces and are falsely scroll-locked.
Solution
Global
nextVoxelIdcounter. Every voxel born getsvoxelId = nextVoxelId++. Operations stamp faces accordingly:voxelIdvoxelId, ALL faces stamped with it (inherited + scar)voxelIdfrom source voxelsScroll guard unchanged:
new Set(faceGroups).size > 1blocks regeneration.Research
See
operations/research/voxel-face-identity-tagging.md— pattern validated across ECS, biology (CellTag), Blender/Houdini.Acceptance Criteria